#getNav{
    transition: .2s;
}

#getNav:hover{
    opacity: .5;
}


#about{
    display: block;
    position: fixed;
    top: 0;
    text-align: right;
    right: 0;
    text-transform: uppercase;
    margin: 1.5vw;
    font-size: 1.1rem;
}

#about p{
    text-decoration: 1px solid underline;
}

#about a:hover{
    text-decoration: 1px underline solid black;
}

#projet{
    opacity: 1;
}

@media (orientation:portrait){

    #about{
        text-transform: none;
        top: unset;
        font-size: 1.2rem;
        padding: 10px 15px;
        bottom: 0;
    }

    #about p{
        display: none;
    }


    #footer{
        display: none;
    }

}