

nav{

    display: flex;
    padding: 1rem;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;

    a{
        background-color: black;
        color: blanchedalmond;
        text-decoration: none;
        padding: .5rem;
        border-radius: 10px;
    }
}