:root{
--cor-fundo:#4d0404;
--cor-principal: #0b0d20;
--cor-secundaria: #f40000; 
--cor-texto: #ff8800;
--cor-destaque: #40ff00;
}

body{

    background-color: var(--cor-fundo);
    color:var(--cor-texto);
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.caixa-principal{
    background-color: var(--cor-principal);
    width: 90%;
    max-width: 600px;
    text-align: center;
    padding: 20px;
}
