    html {
        font-size: 100%;
    }

    body {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: white;
        font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background-size: cover;
        background-color: black;
        background-image: url(../img/exn_bgr.webp);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }

    .container-text {
        position: relative;
        width: 95%;
        max-width: 900px;
        margin: 0 auto;
        box-sizing: border-box
    }

    h1.fadein {
        background: linear-gradient(90deg,
                #33a74c 0%,
                #00b6e3 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2.7rem;
        line-height: normal;
        padding-top: 5px;
        margin-bottom: 0px;
    }

    .description-parent {
        padding-bottom: 5px !important;
    }

    .container {
        max-width: 300px !important;
        align-content: center;
    }

    /* Page links */
    .spacing {
        margin: 2px 5px 2px 5px !important;
        padding: 2px 10px 2px 10px !important;
        background: linear-gradient(90deg,
                #33a74c 0%,
                #00b6e3 100%);
        border-radius: 4px;
        font-size: 14px;
        color: black;
    }

    a.footer-hover {
        text-transform: uppercase;
        color: black;
    }

    a.footer-hover:hover {
        color: black;
    }

        /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
    
        /**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS text size adjust after orientation change, without disabling
     *    user zoom.
     */
    
        html {
            font-family: sans-serif;
            /* 1 */
            -ms-text-size-adjust: 100%;
            /* 2 */
            -webkit-text-size-adjust: 100%;
            /* 2 */
        }
    
        /**
 
