@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@media screen {

    a,  abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center,
    code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5,
    h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, nav, object, ol, output, p, pre, q,
    ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr,
    tt, u, ul, var, video {

        border:                 0;
        box-sizing:             border-box;
        font-size:              1em;
        font-style:             normal;
        font-weight:            normal;
        list-style:             none;
        margin:                 0;
        padding:                0;
        text-decoration:        none;

    }

    .page {

        background:         rgba(242, 244, 243, 1);
        color:              rgba(29, 31, 33, 1);
        font-family: "Lato", sans-serif;
        font-size:          1em;
        margin:             12.5vh 20vw;

    }


    .page p {

        margin:             0 0 2vh;
        line-height:        1.5em;

    }

    .page #identity {
    
            font-size: 1.5em;
            font-weight:        bold;
            margin: 0 0 2.5vh;
    
    }

    .page span {

        display: block;
        font-weight:        bold;

    }

}
