body#background {
    background-image: url('su-san-lee-E_eWwM29wfU-unsplash.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.2em, 4vw, 2.8em);
    background: linear-gradient(to right, #1c2125, #3b515c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 2px;
}

img {
    display: block;
    margin: 20px auto 18px auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border: 4px solid #3b515c;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.deskripsi-box#deskripsi {
    background-color: rgba(255, 255, 255, 0.185);
    font-size: clamp(0.85em, 2.5vw, 1em);
    border-radius: 12px;
    padding: 20px;
    margin: 25px auto;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
    text-align: center;
    backdrop-filter: blur(25px);
}

@media (max-width: 600px) {
    .deskripsi-box#deskripsi {
        margin: 15px 10px;
        padding: 15px;
        font-size: 0.9em;
    }
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: -10px;
    transition: all 0.3s ease;
}

.social-icons a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: clamp(28px, 4vw, 30px);
    padding: 15px;
    transition: color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
    color: #fad3c8;
    transform: scale(1.5);
}

.social-icons a:active {
    color: #fad3c8;
    transform: scale(0.95);
}

p {
    font-size: 1.4em;
}
.footer-text {
    text-align: center;
    font-size: 0.9em;
    color: #fad3c8;
    margin: 20px 0;
    padding-bottom: 10px;
}

p#footer2 {
    margin-top: -30px;
}