body {
  background-color: rgb(248, 205, 152);
  font-size: 10px;
}
h1 {
  text-align: center;
  font-size: 50px;
}
section {
  font-size: 10px;
}
.gambar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 300px;
  margin-bottom: 30px;
}
a {
  text-decoration: none;
  text-align: center;
  color: black;
  font-size: 10px;
}

button {
  width: 150px;
  height: 40px;
  background-color: bisque;
  border-color: black;
  cursor: pointer;
  font-size: 10px;
}
button:hover {
  background-color: rgb(214, 153, 72);
}
.tombol {
  text-align: center;
  border-radius: 10px;
}

.tombol2 {
  text-align: center;
  border-radius: 10px;
}

#tmb1 {
  font-size: 10px;
  border-radius: 10px;
}
#tmb2 {
  font-size: 10px;
  border-radius: 10px;
}
