@font-face {
    font-family: PressStart2P;
    src: url("/assets/fonts/PressStart2P.ttf");
}

*, *::before, *::after {
    box-sizing: border-box;
    overflow: hidden;
}

#topStrip {
    background-color: black;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: space-between;
}

#canvasArea {
    position: absolute;
    top: 5%;
    left: 0%;
    width: 100%;
    height: 90%;
}

#bottomStrip {
    background-color: black;
    position: absolute;
    top: 95%;
    left: 0%;
    width: 100%;
    height: 5%;
}

#glcanvas {
    width: 100%;
    height: 100%;
}

.pixelFont {
    font-size: 4vh;
    margin: 0.2vh;
    color: white;
    font-family: PressStart2P;
}

p.pixelFont.link {
    font-size: 3vh;
    margin: 0.2vh;
    font-family: PressStart2P;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#url {
    font-size: 3vh;
    margin: 1vh;
    color: green;
}

#credit {
    text-align: center;
}

#links {
    width: 100%;
}