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