body {
    margin: 0;
    scroll-behavior: smooth;

  }
  .title {
background-color: #31405f;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
  }
*{
    font-family: serif;
    margin: 0;
    padding: 0;
}

.tableofcontent {
    background-color: whitesmoke;
    width: 100%;
    height: 150px;
    font-size: 18px;
}
.paragraf {
    width: 1000px;
    text-align: justify;
    line-height: normal;
    margin: auto;
    margin-top: 10px;
}
.figure{
    margin: 20px;
}
.img{
    border-radius: 5px;
    transition: transform 0.3s ease, filter 0.3s ease;
}
img:hover {
    filter: brightness(1.1); 
}
.figcaption{
    clear: right;
    float: right;
    margin-left: 140px;
    margin-right: 70px;
    font-style: italic;
}
.nav1{
    width: 200px;
    height: 20px;
    background-color: whitesmoke;
    transition: background-color 0.3s;
}
.nav1:hover {
    background-color: lightgray;
}
.nav2{
    width: 200px;
    height: 20px;
    background-color: whitesmoke;
    transition: background-color 0.3s;
}
.nav2:hover {
    background-color: lightgray;
}
.nav3{
    width: 200px;
    height: 20px;
    background-color: whitesmoke;
    transition: background-color 0.3s;
}
.nav3:hover {
    background-color: lightgray;
}
.nav4{
    width: 200px;
    height: 20px;
    background-color: whitesmoke;
    transition: background-color 0.3s;
}
.nav4:hover {
    background-color: lightgray;
}
.a{
    color: black;
    text-decoration: none;
}
.warna1{
    background-color: lightblue;
    margin-right: 80%;
}
#backToTop {
    display: block; 
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    padding: 10px 15px;
    background-color: darksalmon; 
    color: white; 
    border: none; 
    border-radius: 100px; 
    text-decoration: none;
    opacity: 0.8; 
}
#backToTop:hover {
    background-color: lightpink; 
}
h1 {
    margin-bottom: 10px;
}
.creator {
    font-size: 18px;
    margin: 10px 0; 
}
.social-icons {
    margin-top: 10px; 
}
.social-icons a {
    margin: 0 10px; 
    color: #007bff; 
    text-decoration: none; 
    font-size: 24px; 
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: black; 
}
.img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100vh;
    padding: 20px 20px;
    border-radius: 50px;
  
}
.h1{
    text-align: center;
}
img{
    max-width: 100%; 
    height:auto;
    object-fit: cover;
}
.p{
    text-align: center;
    margin: 10px 10px;
    font-size: 30px;
    margin: 0px 130px;
    padding: 10px;
    text-align: justify;
}
.video{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
/* belum selesai kak hehe */
