:root{
    --color-tema: #2f2f2f;
    --color-tema-inverso: darkgreen;
    --color-texto: rgb(255, 255, 255);
    --color-texto-inverso: #ff9bff;
    --primer-color: blue;
    --segundo-color: yellow;
    --color-sombra-navbar: rgb(255, 238, 0);
}



body{
    font-family: 'Saira Stencil One', sans-serif;
    background-color: rgb(190, 190, 190);
    color: black;


}

a{
    text-decoration: none;
    color: var(--color-texto);
}

main{
margin: 100px 10px;    
}