body {
    padding: 0;
    margin: 0;
    text-align: left;

    font-family: 'IBM Plex Mono', 'Courier New', Courier, monospace;
    font-size: .9em;
    font-weight: 500;
    background-color: white;
}

/* 
canvas {
    background-color: red;
} 
*/

.container {
    padding-top: 2px;
}


section {
    display: flex;
    justify-content: center;
}

p {
    margin-bottom: 0;
}

.instructions {
    margin-top: 10px;
}

.main {
    font-family: 'Pirata One';
    font-size: 3.5em;
    text-decoration: underline;
}

.monospace {
    font-family: 'IBM Plex Mono';
}

#fishes-counter {
    color: royalblue;
}

#whales-counter {
    color: royalblue;
}

#lifes-counter {
    color: royalblue;
    font-weight: bold;
}

#score-counter {
    font-weight: bold;
}

a:link {
    color: black;
    text-decoration: none;
}

a:hover {
    color: white;
}