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;
}

.ki{
	background-color: white;
	  width: 80%;
	  border: 2px solid black;
	  border-radius: 30px;
	  padding: 10px;
	  margin: 5px;
	  align-items: center;
	}


	.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: 20px;
	}
	.ki  h3{
		font-size: 18px;
	}
	.ki  h4{
		font-size: 16px;
	}
	.ki  p{
		font-size: 16px;
	}
	.ki  img{
		width: 300px;
	}
}
