:root{
--cor-fundo: #222 ;
--cor-principal: #050d5a ;
--cor-secundaria: #3148f5;
--cor-destaque: #2BDEFD;
--cor-texto: #e0f005;
}
body {
background-color: var(--cor-fundo);
color: var(--cor-texto);
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.caixa-principal{
background-color: var(--cor-principal);
width: 90%;
max-width: 600px;
text-align: center;
padding: 20px;
}
