@font-face {
    font-family: G;
    src: url("fonts/G.otf") format("opentype");
}

@font-face {
    font-family: GO;
    src: url("fonts/GO.otf") format("opentype");
}

@font-face {
    font-family: JSB;
    src: url("fonts/JSB.otf") format("opentype");
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #7f45ef;
    color: black;
    font-family: G, 'open sans', sans-serif;
    font-size: 1.0em;
    background: linear-gradient(321deg, #394dec, #a434ef, #25e7a0, #ff584f, #394dec);
    background-size: 1000% 1000%;
    -webkit-animation: anim 25s ease infinite;
    -moz-animation: anim 25s ease infinite;
    animation: anim 25s ease infinite;
    overflow: hidden;
}

*, *:before, *:after {
    box-sizing: inherit;
}

p {
    font-size: 3.0em;
    font-size: 2.8vmax;
    max-width: 60vmax;
}

p.statement {
    margin: 0;
    margin-bottom: 1em;
}

p em { color: white; font-weight: normal; font-style: normal; }

h2 {
    font-size: 1.4vmax;
    font-family: GO;
    margin: 0;
    padding: 0;
    color: #DFFF0044;
}

aside { padding-top: 1vh; }

aside p {
    font-family: JSB;
    font-size: 1.6vmax;
}

main {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: #25e7a0;
    background: rgba(0, 0, 0, 0.1);
    padding-left: 16%;
    padding-right: 8%;
    padding-top: 2vmax;
    border-radius: 5px;
    overflow-y: auto;
}

::selection {
    background: #25e7a0; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #25e7a0; /* Gecko Browsers */
}

a, a:hover, a:visited { color: white; text-decoration: underline; }

@-webkit-keyframes anim {
    0% { background-position: 13% 0% }
    50% { background-position: 88% 100% }
    100% { background-position: 13% 0% }
}

@-moz-keyframes anim {
    0% { background-position: 13% 0% }
    50% { background-position: 88% 100% }
    100% { background-position: 13% 0% }
}

@keyframes anim {
    0% { background-position: 13% 0% }
    50% { background-position: 88% 100% }
    100% { background-position: 13% 0% }
}
