html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box;
}

.fill {
    height: 100%;
}

h1 {
    font-weight: 700;
    font-size: 2.5em;
}

main {
    background-color: #283618;
}

.politicas {
    font-size: 0.75rem;
}
