@charset "utf-8";

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;

}

.tombolpengujung {
	position: fixed;
	left: 0;
	bottom: 0;
	
}

.rowbelang :nth-child(odd){
  background-color:red;
}
.rowbelang :nth-child(even){
  background-color:green;
}

.kotakutama{
	background-color: white;
	border-radius: 20px;
	
}

.kaki {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #034934;
  color: white;
  text-align: center;
  font-size: small;
}

.bgijo{
	background-color: #034934;
}

/* CSS Document */

