html {
    background-color: black;
    font-family: "citrine-variable", sans-serif;
    font-variation-settings: "wght" 400;
}

p {
    color: white;
    font-size: 100px;
}

.name {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    
}


img {
    width: 600px;
    height: auto;
    border: 10px solid black;
    border-radius: 20px;
    filter: grayscale(100%);
}

img:hover {
    filter: none;
}

.p1, .p2, .p3, .p4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.projects, .workshops {
    background-color: rgb(255, 255, 255);
    max-width: 800px;
    margin: auto;
}

.nav-list {
    display: flex;
    gap: 485%;
    position: fixed;
    left: 7%;
    bottom: 47%;
}

.nav-item a {
    color: black;
    text-decoration: none;

}

.nav {
    background-color: white;
    width: fit-content;
    font-size: 30px;
    padding: 15px;
    border-radius: 10px;
}
