nav{
    border-radius: 0.1em;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

nav > a{
    color: navajowhite;
    width: 15%;
}

main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

main > section{
    width: 43%;
}