/* Place your CSS styles in this file */

body {background-color:  rgb(254, 250, 224);
background-size: cover;

}

.logo-kanan {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 80px; 
  height: 80px;
  border-radius: 50%; 
  object-fit: cover; 
  border: 2px solid rgb(244, 138, 154); 
}


h1 {
    text-align: center;
    font-family: monospace;
    font-weight: bold;
    color: chocolate;
}


marquee {color: pink;

}

.scratch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* Jarak dari atas jika perlu */
}


p {
   text-align: center;
   font-style: oblique;
   color: black;
}


 li {display:inline;
color: rgb(255, 221, 227);padding: 15px;
background-color: rgb(244, 138, 154);
opacity: 2;
transition: opacity 0.5s;
margin-bottom: 15px;
border-radius: 50px;
}

nav {
display: flex;
background-color: pink;
justify-content: space-between;
padding: 1rem 2rem;
}

nav ul {
display: flex;
gap: 2rem;
list-style-type: none;
align-items: center;
}