nav{
    width: 100%;
    height: 80px;
    font-size: x-large;
    display: flex;
    /* align-items: center; */
    /* justify-content: space-around; */
}
nav a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    color: rgb(0, 157, 255);
}

/* SMARTPHONES & TABLETS */
@media (max-width: 550px){

    nav{
        height: 50px;
        font-size: small;
    }
}