/* -------------------------------------------------------
// ASSIGNMENT#1
// Written by: Ali Cheddadi
// For COSC 3306 - W21
// ------------------------------------------------------*/
body {
    font-family: 'Press Start 2P', cursive;
    color: white;
    font-size: 1.25rem;
    line-height: 1.5;
    align-content: center;
    text-align: center;
    margin: 0;
}

#score-board {
    position: absolute;
    background-color: #112233;
    padding-top: 30px;
    width: 100%;
    z-index: 1;
}

label {
    color: red;
}