@font-face {
    font-family: 'Audex';
    src: url(FONTES/Audex-Regular.ttf);
}

@font-face {
    font-family: 'Lambda';
    src: url(FONTES/Lambda-Regular.ttf);
}



body{
    background: rgb(31, 32, 33);
    font-family: monospace;
    color: white;
}

.Nomsite{
    
    text-align: center;
    font-size: xx-large;
    font-family: 'Audex', sans-serif;
}

.Info{
    
    font-family: 'Lambda', sans-serif;
}

nav{
    text-align: center;
    background: rgb(123, 159, 165);
}