@media screen and (max-width: 768px) {
  body {
    background-color: rgb(248, 205, 152);
  }

  h1 {
    text-align: center;
    font-size: 40px;
  }

  .gambar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 20px;
    width: 180px;
    height: 210px;
  }
  a {
    text-decoration: none;
    text-align: center;
    color: black;
    font-size: 10px;
  }

  button {
    width: 120px;
    height: 35px;
    font-size: 15px;
  }
  .tombol {
    text-align: center;
  }

  .tombol2 {
    text-align: center;
  }

  #tmb1 {
    border-radius: 10px;
  }
  #tmb2 {
    border-radius: 10px;
  }
}
