*, html, body{
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  h1,h2,label {
    text-align: center;
    color: white;
  }
  
  p{
    color: white;
    padding-top: 20px;
  }
  
  section {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    scroll-snap-align: start;
  }
  
  article{
    text-align: center;
    border-radius: 15px; /* Pusatkan teks */
  }
  
  button {
    padding: 10px 10px;
    margin: 50px 10px;
    background-color: grey;
    color: white;
    border: none;
    border-radius: 5px;
  }
  
  button:hover {
    background-color: #2980b9;
  }
  
  .container {
    text-align: center;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
  }
  
  .menu{
    padding-top: 10vh;
    background-image: url('/assets/background/homebg.jpg');
    background-size: cover;
    background-position: center;
  }
  
  .jangBapa{
    text-align: center;
    padding-top: 5vh;
    background-image: url('/assets/background/homebg.jpg');
    background-size: cover;
    background-position: center;
  }
  
  .abikama{
    text-align: center;
    padding-top: 5vh;
    background-image: url('/assets/background/homebg.jpg');
    background-size: cover;
    background-position: center;
  }
  
  #poster-jb {
    padding-top: 30px;
    max-width: 30%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  #poster-abikama {
    padding-top: 30px;
    max-width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  .logo {
    height: 70vh;
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo img {
    max-width: 100%;
    height: auto;
  }