html, body {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#fishdoomgame {
    background: #000;
    width: 100%;
    height: 100%;
}

canvas {
    display: block;
}

@font-face {
    font-family: "Main Condensed";
    src: url(./assets/fonts/Bahnschrift.ttf) format("truetype");
    font-stretch: 75%;
    font-weight: 400;
}

@font-face {
    font-family: "Main Condensed Bold";
    src: url(./assets/fonts/Bahnschrift.ttf) format("truetype");
    font-stretch: 75%;
    font-weight: 700;
}

@font-face {
    font-family: "Main Condensed Light";
    src: url(./assets/fonts/Bahnschrift.ttf) format("truetype");
    font-stretch: 75%;
    font-weight: 100;
}
