* {
    /* border: 1px solid coral; */
    font-family: 'Bahnschrift', monospace;
}


p {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.regular-text {
    font-size: 16px;
    font-weight: 200;
}

.small-text {
    font-size: 12px;
    font-weight: 200;
}

.extrasmall-text {
    font-size: 9px;
    font-weight: 200;
}

#main-title {
    text-transform: uppercase;
}


/* Makes the canvas centered on the page */
canvas {
    padding: 0;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
