/* ARCHIVO PRINCIPAL CSS */

html {
    font-size: 62.5%;    
}

body {
    font-size: 16px;
}

h1 {
    text-align: center;
    color: rgb(33, 51, 93);
    font-size: 3.8rem;    
}

h1 span {
    font-size: 2rem;
}