            body{
                background: url(background.webp) no-repeat bottom;
		background-size: cover;
		height: 94vh;
            }
            #centerTagline{
                display: block;
                margin-top: 2%;
                width: 100%;
                text-align: center;
                font-size: 1.5em;
                color: #000;
                font-family: "Lucida Console", "Courier New";
            }
            #centerIcon{
                width: 300px;
                margin-left: auto;
                margin-right: auto;
            }
            .ua_flag{
                width: 1.125em;
		height: 0.75em;
            }
            .xs_flag{
                width: 1.25em;
		height: 0.75em;
            }
            #centerTagline i{
                font-family: "helvetica";
            }
            .buttonLeft,.buttonRight {
                background-color: #016a1b;
                border-radius: 10%;
                color: #fdd500;
                padding: 0.5% 0.5%;
                text-align: center;
                display: inline-block;
                width: 20%;
                font-size: 1.5vw;
                align-self: center;
                opacity: 0.75;
                margin-top: 0.5%;
                margin-bottom: 0.5%;
            }
            .buttonLeft{
                margin-left: 29.25%;
                margin-right: 0.75%;
            }
            .buttonRight{
                margin-left: 0.75%;
            }
            .buttonLeft:hover,.buttonRight:hover{
                opacity: 1;
            }
            .back{
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
            }
            .stupidBackgroundFix{
                padding-bottom: 4vw;    /* Footer height */
            }
