body{
    font-family: system-ui, Helvetica, sans-serif;
    padding: 2rem;
    max-width: 45rem;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.6;
    background: #FCFCFA;
    color: #2C2C2C;
}

.intro {
    margin-bottom: 2.5rem;
}

nav{
    margin-bottom: 4rem;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #2C2C2C;
    text-decoration: underline;
    text-decoration-color: #2F3542;
    text-decoration-thickness: 2.4px;
}

nav a{
    text-decoration: none;
    margin-right: 10px;
    color: #2C2C2C;
}

nav a:hover{
    color: #2F3542;
    text-decoration: underline;

    text-decoration-thickness: 2.4px;
}

#title{
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

#projects{
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

#project{
    font-size: 1.2rem;
    margin-bottom: 0;
}

#project-des{
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

@media screen and (max-width: 500px) {
    body{
        font-family: system-ui, Helvetica, sans-serif;
        padding: 2rem 1rem;
        max-width: 45rem;
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 1.6;
        background: #FCFCFA;
        color: #2C2C2C;
    }
}
