.canvas-box {
    margin: auto;
    /* height: 600px;
    width: 600px; */
    flex-grow: 1;
}

#canvas {
    width: 650px;
    height: 650px;
}

#body {
    background-color: rgb(178, 214, 167);
}

.title {
    /* text-align: center; */
    font-size: 50px;
    font-family: 'Hanalei Fill', cursive;
    color: rgb(91, 183, 229);
    padding-bottom: 30px;
    padding-left: 20px;
    /* padding-top: 2px; */
}

.footer {
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    width: 50%;
    padding: 5;
}


.horizontal-box {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.high-scores {
    flex-grow: 2;
    font-family: 'Montserrat', sans-serif;
    padding: 25px;
    font-size: 20px;
}

.scoreboard {
    display: flex;
    flex-grow: 2;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    padding: 25px;
    align-items: center;
    justify-content: center;
}

.score {
    font-size: 25px;
}

#new-game-button {
    background-color: rgb(255, 187, 40);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#size-options {
    border: none;
    padding: 15px;
    font-size: 16px;
    margin: 4px 2px;
    width: 100px;
    height: 40px;
    cursor: pointer;
}