body{
    margin: 0;
}
nav{
    background-color: rgba(0,0,0, 0.3);
    margin-top: 50px;
    display: flex; 
    justify-content: center;
    gap: 50px; 
}
nav a{
    font-size: 15px;
    font-weight: bold;
    color: white;
}

nav a:hover{
    color: black;
}
.cont {
    display: flex;
    justify-content: center;
    width: 250px;
}


/* nav a{
    
} */


