@media (min-width : 768px){
  /* Bagian Navbar */
  .judul{
    font-size: 5dvh;
  }
  .subjudul li{
    font-size: 4dvh;
  }

  .background{
    background-image: url('../img/kuliner3.jpg');
  }

  /* Bagian index.html */
  /* Bagian Menu */
  #daftar{
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    height: 70dvh;
    gap: 1vh 3vw;
  }

  .menu img{
    width: 20vw;
    height: 20vh;
    border-radius: 20px;
  }

  /* Bagian bayar.html */
  /* Bagian pesan */
  .container-pesan{
    display: none;
  }

  .container-pesan-2{
    display: flex;
    margin-bottom: 10vh;
  }

  /* Bagian total.js */
  /* gambar */
  .container-akhir img{
    width: 70vw;
    height: 55vh;
    object-fit: cover;
  }

  /* Bagian Footer */
  footer{
    font-size: 1dvw;
  }
}