@font-face {
    src: url(/oswald.ttf);
    font-family: 'Oswald';
    font-style: normal
}

body {
    padding: 0;
    margin: 0;
    background-color: black;
    overflow: hidden;
    font-family: 'Oswald';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

canvas {
    font-family: 'Oswald';
    font-variation-settings: 'wght'100;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1
}

article {
    visibility: hidden
}

span {
    display: inline-block;
    color: white;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%)
}

span.plus-left {
    left: 15px
}

span.plus-right {
    right: 15px
}

header img {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 100px;
    width: 90%
}

footer img {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 600px;
    width: 90%
}
a {
    transition: opacity 180ms ease;
}
a:hover {
    opacity: 0.5;
}