html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Poppins',Helvetica,sans-serif;
    font-weight: 400;
    background-color: rgb(255, 249, 241);
}

h1 {
    color: #472F92;
}

.nav-color {
    background: #472F92;
}

.logo_site {
    max-width: 200px; /* Ajuste o valor conforme necessário */
    width: 100%;
}

li {
    font-size: 20px;
    font-weight: 200;
    color: white;
}
li:hover {
    background-color: #ED0677;
    border-radius: 5px;
}