
body {
    font-family: Arial, sans-serif;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-color: #FFF9E4;
}

.slider-container {
    display: flex;
    align-items: center;
    margin: 40px 10px;
    overflow: hidden;
  }

  .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .slide {
    min-width: 300px;
    height: 200px;
    margin-right: 20px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
  }

  .slider-btn {
    background-color: #444;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px;
    margin: 0 10px;
  }

header {
    box-sizing: border-box;
    background-color: #FFA8B5;
    padding: 1px;
    align-items: center;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    height: 260px;
    box-sizing: border-box;
}
img{
  display: block;
  margin: auto;
}
button{
    padding: 10px 20px;
    font-family: cursive;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #FFA8B5;
    color: black;
    border: none;

}
button:hover {
      background-color: #FFDE59;
    }

h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 1px;
}

nav ul li {
    display: inline-flex;
    margin: 0 10px;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-family: League spartan;
    font-weight: bold;
    font-size:large;
    transition: all;
    transition-duration: 300ms;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
nav ul li a:hover{
    color: #ffde59;
    border-bottom: 1px solid #ffde59;
}
.dropdown {
    display: none; 
    position: absolute; 
    background-color: #fea8b5; 
    min-width: 160px; 
    z-index: 1;

}

.dropdown li {
    display: block; 
}

nav ul li:hover .dropdown {
    display: none; 
}

.dropdown li a {
    padding: 0 16px; 
    color: black; 
    text-decoration: none; 
}

.dropdown li a:hover {
    background-color: #e182fe; 
}

.hello {
    width: 45%;
    padding: 20px;
    margin: 10px;
}

h2 {
  font-family: League Spartan;
  font-weight: bold;
  font-size: large;
    
}
h3 {
    font-family: League Spartan;
    text-align: center;
    font-size:x-large;
    position:relative;
}
.container section {
    display: flex;
    height: 260px; /* header + navbar + footer height adjustment */
  }
 .container-atas  {
    color: #000000;
    text-align: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
  }

  .section {
    flex: 1 0 33.33%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 10px;
    box-shadow: 0 8px 14px rgba(0, 0.1, 0, 0.1);
  }
  p{
    font-family: League spartan;
    font-weight: bold;
    font-size: large;
   
  }
  p2{
    font-family: League spartan;
    font-size:medium;
  }
   p3{
    font-family: League spartan;
    font-weight: bold;
    font-size: large;
    text-align: center;
  }
  p4{
    font-family: League spartan;
    font-weight: bold;
    font-size: large;
  }

  .section:nth-child(1) {
    background-color: #ffcc53;
  }
  .section:nth-child(1) p {
    text-align: center;
  }
  .section:nth-child(1) h2 {
    text-align: center;
  }

  .section:nth-child(2) {
    background-color: #ffcc53;
  }
  .section:nth-child(2) p {
    text-align: center;
  }
  .section:nth-child(2) h2 {
    text-align: center;
  }

  .section:nth-child(3) {
    background-color: #ffcc53;
  }
  .section:nth-child(3) p {
    text-align: center;
  }
  .section:nth-child(3) h2 {
    text-align: center;
  }

  .section:nth-child(4) {
    background-color: #ffcc53;
  }
  .section:nth-child(4) p {
    text-align: center;
  }
  .section:nth-child(4) h2 {
    text-align: center;
  }

  .section:nth-child(5) {
    background-color: #ffcc53;
  }
  .section:nth-child(5) p {
    text-align: center;
  }
  .section:nth-child(5) h2 {
    text-align: center;
  }

  .section:nth-child(6) {
    background-color: #ffcc53;
  }
  .section:nth-child(6) p {
    text-align: center;
  }
  .section:nth-child(6) h2 {
    text-align: center;
  }
  .section:nth-child(7) {
    background-color: #ffcc53;
  }

  .section-atas{
    text-align: left;
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    border: 2px solid #aaa;
    border-radius: 15px;
    margin: 10px;
    background-color: #ffcc53;
}

.section-bawah{
    text-align: left;
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    border: 2px solid #aaa;
    border-radius: 15px;
    margin: 10px;
    background-color: #ffcc53;
}


footer {
    background-color: #fea8b5;
    color: white;
    text-align: center;
    padding: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
  }