/* app.css 

A plataforma tem como base uma alternativa ao bootstrap 5
BootSwatch - Sandstone
www.bootswatch.com

*/

/* * {
    box-shadow: inset 0px 0px 1px rgba(255,0,0,1);
} */

.navegacao{
    background-color: rgb(154,171,194);
    color: yellow;
}

.rodape{
    background-color: rgb(50,171,50);
    color: white;
}

.nav-item{
    text-decoration: none;
    color: white;
    margin: 0px 7px;
}

.nav-item:hover{
    text-decoration: underline;
    color: white;

}