@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600&display=swap');
html {
    background-color: #0f0f0f;
    color: #eee;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}


#title {
    padding-top: 30vh;
    font-size: 4em;
    margin-top: 0;
    margin-bottom: 0;
}

#prenom {
    font-weight: 400;
}

#nom {
    font-weight: 600;
}

#desc {
    font-size: 2.5em;
    margin-top: 10vh;
    
}

#contact {
    margin-top: 10vh;
    font-size: 1.5em;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #0f0f0f;
    color: #eee;
    font-size: 0.8em;
    text-align: center;
    padding-top: 0.5rem;
}