<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

body, html {
    background-color: #03658C !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}


.contador {
    background-color: #03658C;
    height: auto;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.numero{
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    color: white;
}

.Texto{
    text-align: center;
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
</pre></body></html>