body {
    font-family: 'Georgia', serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
    
}

h1, h2 {
    text-align: center;
    color: #003366;
}

p {
    font-size: 30px; /* Ajuste o tamanho conforme necessário */
    line-height: 1.5; /* Ajuste o espaçamento entre as linhas para melhorar a legibilidade */
}



blockquote {
    font-style: italic;
    color: #555;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-left: 4px solid #003366;
    background: #e6f2ff;
}

p {
    text-align: justify;
    margin: 20px;
    color:whitesmoke;
}

.reveal .slides {
    padding: 20px;
}

footer {
    font-size: 12px;
    color: #555;
    text-align: center;
    margin-top: 30px;
}

footer a {
    text-decoration: none;
    color: #007bff;
}

footer a:hover {
    text-decoration: underline;
}

