@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html, section {
    font-family: 'Lato', sans-serif;
    background-color: #0095db;
    height: 95%;
    width: 96%;
    margin: 0 auto;
    display: flex; flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
p {
    margin: 0;
}
table {
    border: 1px solid #164194; border-radius: 10px;
    padding: 5px;
}
input {
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    width: 70px;
    background-color: transparent;
    border: 1px solid black; border-radius: 5px;
    text-align: center;
}
input[type='radio'] {
    width: auto;
}
input:disabled {
    background-color: lightgray;
}
button {
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    background-color: #164194;
    border: 1px solid black; border-radius: 5px;
    color: white;
}
footer {
    margin-top: 12pt;
    border: 3px double #164194; border-radius: 10px;
    padding: 5px;
}

#p {
    margin-bottom: 12pt;

    & table {
        margin: 0 auto;
    }
}
#espaco {
    width: 25px;
}
#texto {
    padding: 6pt 0;
    max-width: 420px;
    text-align: center;
    font-weight: 700;
}
#espacador {
    height: 12pt;
}