@font-face {
    font-family: "SourceSans3";
    src: url("../fonts/SourceSans3-Regular.ttf.woff2");
}

html {
    background: black;
}


body {
    font-family: SourceSans3, Helvetica, Arial, sans-serif;
    color: white;
    font-size: 18px;
    line-height: 1.6;
}

body {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-flow: column;
}

video {
    flex: 1;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

p {
    margin: 10px;
}

p a {
    outline: none;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 5px;
    background: #555;
    color: white;
    border-radius: 5px;
}
