body{
	background-color: #043436;
	margin: 0px;
}
.header{
  background-color: #07575B;
  height: 20%;
  width: 100%;
  top: 0;
  left: 0; 
}
.header h1{
	font-size: 40px;
	width: 60%;
	border-radius: 10px;
	background-color: white;
	color: #07575B;
	text-align: center;
}

.content{
	background-color: #043436;
}

h2{
	font-size: 25px;
}


.ki{
background-color: white;
  width: 90%;
  border: 2px solid black;
  border-radius: 30px;
  padding: 10px;
  margin: 5px;
  align-items: center;
}
.ki li{
	text-align: justify;
	font-size: 20px;
	line-height: 25px;
}
	.dapus{
		background-color: white;
		  width: 90%;
		  border: 2px solid black;
		  border-radius: 30px;
		  padding: 10px;
		  margin: 5px;
		  align-items: center;
		}
		.dapus p{
			text-align: justify;
			font-size: 20px;
		}

		.myButton {
			background-color:white;
			border-radius:13px;
			border:1px solid black;
			display:inline-block;
			cursor:pointer;
			color:#07575B;
			font-family:Arial;
			font-size:18px;
			font-weight:bold;
			padding:15px 25px;
			text-decoration:none;
		}
		.myButton:hover {
			background-color:#07575B;
			color: cyan;
		}
		.myButton:active {
			position:relative;
			top:1px;
		}
		

/*Tampilan hp*/
@media screen and (max-width:760px){
	.header{
		width:100%;
		height:25%;
		background:none;
		text-align:center;
	}
	.header h1{
		font-size: 40px;
		width: 90%;
	}
	.ki  h2{
		font-size: 25px;
	}
	.ki  li{
		font-size: 18px;
	}
	.dapus  h2{
		font-size: 25px;
	}
	.dapus  p{
		font-size: 18px;
	}

	
	.margin{
		padding-left: 23%;
	}
}
