@font-face {
    font-family:"colt";
    src:url("/shared/fonts/co") format("woff2");
    font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
    font-family:"campaign-slab";
    src:url("/shared/fonts/ca") format("woff2");
    font-display:auto;font-style:normal;font-weight:500;
}
    
body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: black;
    cursor: pointer;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    margin: 0 auto;
    z-index: -1;
    filter: brightness(1.5);
}

#selectinput {
    font-family: "colt", serif;
    font-weight: 500;
    font-size: 18pt;
}

#select {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
}

#space {
    font-family: "campaign-slab";
    font-weight: 500;
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24pt;
    width: 800px;
}

a {
    color: gray;
    text-decoration: none;
}