html {
    font-size: 62.5%;
}
body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.text-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    place-content: center;
}
p, a {
    font-size: 20vw;
    color: rgb(197, 236, 252);
    font-family: prociono, 'Arial Narrow Bold', sans-serif;
    line-height: 10%;
    opacity: 60%;
    text-decoration: none;
    text-align: center;
}
p:hover {
    cursor: wait;
}
a {
    font-size: 10vw;
}
a:hover {
    color: rgb(23, 64, 80);
}
@media screen and (min-width: 1000px) {
    p {
        font-size: 200px;
    }
    a {
        font-size: 100px;
    }
}