body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../img/Bg\ KI\ dan\ KD.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.seluruh {
  background-color: rgb(252 252 252 / 54%);
  height: 100vh;
  width: 100%;
  position: absolute;
}

.atas {
  background-color: #6ECB63;
  padding: 15px;
  height: 60px;
  padding-left: 50px;
  text-align: center;
  color: white;
}

.menu {
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.ham{
  display: inline-block;
  letter-spacing: 4px;
  padding: 2px 16px;
  background-color: #333;
  width: 100%;
}

.home {
  text-align: center;
  margin-top: 10px;
  margin-left: px;
  cursor: pointer;
} 

.tengah {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  overflow: auto;
}

.isi {
  width:  100%;
  float: left;
	
}

.isian{
	width: 80%;
	min-height: 23vw;
	background-color: #C0EDA6;
	border: 2px solid green;
	border-radius: 10px;
	padding: 2%;
	display: none;
	overflow: auto;
	font-size: 18px;
	text-align: justify;
}

.isian li{
	margin: 0% 2% 0% 4%;
}

.isiAktif{
	display: block;
}

.kd{
	margin: 1vw;
}

.pilih button{
	background-color: #C0EDA6;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px 15px;
	transition: 0.3s;
	font-size: 20px;
	border-radius: 10px 10px 10px 10px;
	color: black;
}

.pilih button:hover{
	background-color: #6ECB63;
	color: white;
}

.pilih .tmblAktif {
	background-color: green;
	color: white;
}

.pilihan{
	width: 20%;
}

.bawah {
  background-color: #333;
  color: white;
  padding: 10px;
  text-align: center;
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
}