*{margin: 0; padding: 0; outline: 0; }
body, html{height: 100%; }
body {
    --color-text: #949494;
    --color-background: rgb(253,251,251);
    --color-link: #FFFFFF;
    --color-link-hover: #8c8c8c;
    font: 12px 'LatoLight';
    line-height: 22px;
    background-color: #F2F2F2;
    min-width: 100%;
    background: rgb(253,251,251);
    background: linear-gradient(90deg, rgba(253,251,251,1) 0%, rgba(235,237,238,1) 100%);
}

.no-overflow{overflow: hidden;}

.modulo{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name-aldo{
    position: relative;
    width: 100%;
    height: auto;
    font: 150px 'LatoLight';
    color: var(--color-text);

    display: flex;
    align-items: center;
    justify-content: center;
}





/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .name-aldo{
        width: 90%;
        font-size: 60px;
    }
}
