body {
    background: linear-gradient(0deg, #f5ebff, #f1edff, #ecf0ff, #ebf2ff);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    font-family: "Lato";
    color: #4e38b7;
    font-weight: 300;
    font-size: clamp(4pt, 4vw, 12pt);
}

div.title {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

div.title h1 {
    font-weight: 100;
}

div.title h2 {
    font-weight: 100;
}

div.footer {
    position: absolute;
    top: 97%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -100%);
}

@media screen and (min-width: 501px) {
    div.title h1 {
        font-size: 10vw;
    }
    div.title h2 {
        font-size: 4vw;
    }
}
@media screen and (max-width: 500px) {
    div.title h1 {
        font-size: 15vw;
    }
    div.title h2 {
        font-size: 8vw;
    }
}
a {
    color: inherit;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.typography {
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 1ch;
    padding-right: 1ch;
    max-width: 80ch;
    font-size: 14pt;
}
.typography > h1 {
    font-size: 22pt
}
.typography > h2 {
    font-size: 18pt
}

/* lato-100 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/lato-v16-latin-100.eot');    /* IE9 Compat Modes */
    src: local('Lato Hairline'), local('Lato-Hairline'), 
        url('../fonts/lato-v16-latin-100.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
        url('../fonts/lato-v16-latin-100.woff2') format('woff2'),   /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-100.woff') format('woff'),     /* Modern Browsers */
        url('../fonts/lato-v16-latin-100.ttf') format('truetype'),  /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-100.svg#Lato') format('svg');  /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v16-latin-300.eot');    /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'), 
        url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
        url('../fonts/lato-v16-latin-300.woff2') format('woff2'),   /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-300.woff') format('woff'),     /* Modern Browsers */
        url('../fonts/lato-v16-latin-300.ttf') format('truetype'),  /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-300.svg#Lato') format('svg');  /* Legacy iOS */
}