@font-face {
    font-family: "Oswald";
    src: url("fonts/Oswald-Bold.ttf") format("woff");
}

body {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Oswald, "Courier New", Courier, monospace;
    color: white;
    font-weight: 700;
    font-size: 450px;
    overflow: hidden;
}