@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
@media only screen and (min-width: 375px) {
}

body {
  background-color: #d4eaf7;
  font-family: "Poppins", sans-serif;
}
h1,
h3 {
  text-align: center;
}
.kotak {
  width: 300px;
  height: 50px;
  border: solid 3px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 10px;
  display: block;
  font-size: 30px;
  text-decoration: none;
  color: black;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.kotak:hover {
  background-color: #71c4ef;
}
.header {
  text-align: center;
  font-size: 0px;
}

.header img {
  width: 80px;
}

.footer {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
}
