@font-face {
    font-family: "CtrlMovie";
    src: url("/fonts/GreycliffCF-Regular.otf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "CtrlMovie";
    src: url("/fonts/GreycliffCF-Regular.otf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "CtrlMovie";
    src: url("/fonts/GreycliffCF-Bold.otf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

body {
    margin: 0px;
    padding: 0px;
}

#screen {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    width: 90vw;
    text-align: center;
}

#content {
    text-align: center;
    font-size: 24px;
}

a {
    border-width: 0px;
}