@font-face {
    font-family:"louvette-banner";
    src:url("../shared/fonts/lt") format("woff2");
    font-display:auto;font-style:normal;font-weight:400;
}
    
body {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    background-color: white;
    overflow: hidden;
    font-size: 72pt;
}

#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: white;
    z-index: 2;
}

.small {
    font-size: 36pt;    
}

#space {
    text-align: center;
    font-family: "louvette-banner";
    position: absolute;
    left: 50%;
    margin-top: 300px;
    transform: translateX(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

#bottom {
    position: relative;
    height: 300px;
    top: 2000px;
}

a {
    text-decoration: none;
    color: gray;
}