.corps{
    display: flex;
}

nav{
    background-color: black;
    padding: 20px;
}

nav img{
    border-radius: 100%;
}

nav ul {
    list-style: none;
}

nav ul li{
    margin-top: 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

main{
    padding-inline: 20px;
}

main h2{
    color: gray;
    font-style: italic;
}

hr{
    margin-left: 7%;
}

main .resume p span{
    font-weight: bolder;
}
main .resume p::first-letter{
    font-size: 72px;
}