@font-face {
    font-family: 'Lato';
    src: url('font/Lato-Regular.woff2') format('woff2'),
         url('font/Lato-Regular.woff') format('woff'),
         url('font/Lato-Regular.ttf') format('truetype');
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #171b38;
}

.title-text {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
}

.parag-text {
    text-align: center;
    color: white; 
    text-transform: uppercase;
    font-size: 0.8em;
}

.btn {
    padding: 1em 2.2em;
    border-radius: 24px;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
    color: #171b38;
}

.last-num {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 5em;
    margin: -25px;
    font-weight: bold;
}

.maxi-title {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 5em;
}

.maxi-subtitle {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 4em;
}

.maxi-parag {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.maxi-num {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 4em;
    margin: 0px;
    font-weight: bold;
}

.maxi-last-num {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 24em;
    margin: -75px;
    font-weight: bold;
}

.form-control {
    text-align: center;
    border-radius: 40px;
    height: 60px;
}

.form-inserimento {
    width: 40%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .form-inserimento {
        width: 90%;
        margin: 0 auto;
    }
}

.btn-bin {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0.2em;
}

.icon {
    filter: invert(1);
    text-align: center;
    height: 20px;
}

td {
    vertical-align: middle;
}