body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #F7FBFC;
    color: #333;
    font-family: poppins, sans-serif;
}

hr {
    border-color: aquamarine;
}

section {
    scroll-margin-top: 80px;
}

#home,
#skiils,
#aboutme,
#hobby {
    scroll-margin-top: 80px;
}

html {
    scroll-behavior: smooth;
}

#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 1000;
    background-color: rgb(138, 184, 248);
    height: 51px;
}

#navbar li {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.nav-li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.nav-li a:hover {
    color: rgba(255, 255, 255, 0.2);
}

.header {
    margin: 150px 0px 90px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 250px;
    padding-left: 250px;
}

#img-profil {
    background-color: black;
    width: 300px;
    border-radius: 10px 100px 10px 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content h1 {
    text-align: center;
    color: #769FCD;
}

.header-text {
    width: 550px;
}

.sosial-media {
    margin-top: -20px;
}

.sosial-media h3 {
    margin-bottom: 10px;
}

.icons-sosmed {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin-top: -10px;
}

.icons-sosmed img {
    width: 40px;
    height: 40px;
}

.skiils {
    text-align: center;
    margin: 40px 0;
    padding: 20px 0px 20px 0px;
}

.skiils ul,
.hobby ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0;
}


.skiils li {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 12px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.hobby li {
    padding: 10px 0px 10px 0px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 12px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hobby p {
    font-style: initial;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

.skil-icons {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.aboutme-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    margin: 0 auto;
    max-width: 900px;
    padding: 20px;
}

.aboutme-content p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.6;
    width: 450px;
}

.aboutme-content img {
    width: 250px;
    image-resolution: from-image;
    height: 250px;
    border-radius: 30px;
    border: 5px solid #769FCD;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.quote {
    margin: 40px 0;
    padding: 20px 0px 20px 0px;
    text-align: center;
    margin-bottom: 100px;
}

footer {
    text-align: center;
    background-color: rgb(138, 184, 248);
    color: white;
    bottom: 0;
    width: 100%;
}