
body{
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 0.8rem;
 
}



nav{
    position: fixed;
    top: 0;
    gap: 1.20 rem;
    
 

}

nav a{
    color: white;
}


/* @media only screen and (min-width :480px) {
} */