html {
    scroll-behavior: smooth;
    font-family: Jost, sans-serif;
    background-color: whitesmoke;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: cornflowerblue;
    padding: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

nav a button:hover {
    color: black;
    transform: scale(1.05);
}

section {
    max-width: 1250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 125px;
}

a {
    text-decoration: none;
}

.section {
    margin-top: 20px;
    flex-direction: column;
    align-items: start;
    padding: 75px;
}

.nama {
    font-weight: bold;
    font-size: 75px;
}

.cv {
    font-size: 35px;
    color: oklch(0.551 0.027 264.354);
}

.profil-singkat {
    font-size: 30px;
    color: oklch(0.551 0.027 264.354);
}

img {
    width: 350px;
    height: 350px;
    border: 1px solid black;
    border-radius: 100px;
}

button {
    flex-direction: row;
    width: 220px;
    height: 55px;
    font-weight: bold;
    font-size: 20px;
    color: whitesmoke;
    border: 1px solid cornflowerblue;
    background: cornflowerblue;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* Bagian About Me */
.about-me {
    color: oklch(0.551 0.027 264.354);
    font-size: 50px;
    font-weight: bold;
}

.profil {
    font-size: 25px;
    color: oklch(0.551 0.027 264.354);
}

/* Bagian vidio perkenalan*/
video {
    max-width: 950px;
    margin-top: 10px;
    border: 3px solid black;
    border-radius: 20px;
}

.teks-vidio {
    color: oklch(0.551 0.027 264.354);
    font-size: 50px;
    font-weight: bold;
    padding: 0px 30px;
}

/* footer */
footer {
    background-color: cornflowerblue;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    margin-top: 20px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}

footer a button:hover {
    color: black;
    transform: scale(1.05);

}

.contact {
    margin: 15px;
}
