* {
    margin: 0;
    padding: 0;
}
.box-contagem {
    background-color: rgb(0, 33, 71);
    border-radius: 10px;
}
.serif {
    font-family: Georgia, 'Times New Roman', Times, serif
}
.bg-fundo {
    background-color: #F0F4F9 !important;
}
.azul {
    color: rgb(0, 33, 71);
}
.elemento-centralizado {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
}
.thumb {
    font-size: 50px;
}

    @media (max-width: 768px) {
        .thumb {
            font-size: 40px;
        }
    }
.bg-azul {
    background-color: rgb(0, 33, 71);
}
.p-footer{
    font-size: 13.5px;
}