@font-face {
    font-family: "reg";
    src: url("Coolvetica Rg.otf") format("opentype")
}

@font-face {
    font-family: "ital";
    src: url("Coolvetica Rg It.otf") format("opentype")
}

a {
    color: white;
    text-decoration: none;
}

body {
    background-color: blue;
    color: white;
    font-family: "reg";
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#everything {
    margin: 5vh 3vw;
    display: flex;
    flex-direction: column;
}

#header {
    font-size: 40pt;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4vw;
}