body {
    background-color: #000000;
}

#mainCanvas {
    border: 5px solid rgb(28, 48, 218);

    position: absolute;
    top: 200px;
    left: 100px;
}

button {
    font-family: PacMan, sans-serif;
    font-size: 30px;
    color: rgb(255, 0, 0);
    background-color: black;
    border: 3px solid rgb(28, 48, 218);
}

#startButton {
    position: absolute;
    top: 775px;
    left: 560px;
    width: 180px;
    height: 50px;
}

#title {
    position: absolute;
    top: -55px;
    left: 365px;
}

#spacer {
    position: absolute;
    top: 825px;
}

#scoreLabel {
    font-family: ScoreFont, sans-serif;
    font-size: 25px;
    color: white;
    background-color: black;

    position: absolute;
    top: 750px;
    left: 110px;
}

#loseScreen {
    font-family: ScoreFont, sans-serif;
    font-size: 35px;
    color: white;
    background-color: black;
    border: 3px solid rgb(28, 48, 218);

    text-align: center;

    position: absolute;
    top: 300px;
    left: 287px;
}

#winScreen {
    font-family: ScoreFont, sans-serif;
    font-size: 35px;
    color: white;
    background-color: black;
    border: 3px solid rgb(28, 48, 218);

    text-align: center;

    position: absolute;
    top: 300px;
    left: 287px;
}

#yourScore {
    text-align: center;
}

#ready {
    font-family: ScoreFont, sans-serif;
    color: red;

    position: absolute;
    top: 620px;
    left: 525px;
}
