@font-face {
    font-family:"avalanche";
    src:url("../shared/fonts/av") format("woff2");
    font-display:auto;font-style:normal;font-weight:400;
    }
    
body {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    background-color: black;
    cursor: pointer;
    overflow: hidden;
}

#video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    margin: 0 auto;
    z-index: -1;
    display: none;
}

#ready {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

#stage {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    background-color: black;
    z-index: 2;
}

#space {
    line-height: 150%;
    font-size: 72pt;
    text-align: center;
    font-family: "avalanche";
    position: absolute;
    left: 50%;
    margin-top: 300px;
    padding-bottom: 300px;
    transform: translateX(-50%);
}

#space > span {
    background-color: white;
}

a {
    color: gray;
    text-decoration: none;
}