body {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-left: 2rem;
    max-width: 720px;
}

p {
    font-size: 18px;
}

#important {
    font-style: italic;
}

canvas {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 1rem;
}

#game-start-button {
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 16rem;
    margin-top: 1rem;
    font-weight: 550;
}

#game-start-button-playing {
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 15px;
    width: 16rem;
    margin-top: 1rem;
    font-weight: 550;
}

#game-start-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#row-1 {
    display: flex;
    justify-content: center;
    min-width: fit-content;
    width: 16rem;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 20px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 5px;
    
}

#row-2 {
    display: flex;
    justify-content: center;
    max-width: 16rem;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 20px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 5px;
    
}

.scores {
    margin-right: 0.5rem;
}

#lives-p {
    margin-right: 0.5rem;
}

#game-over {
    margin-right: 0.5rem;
}

#score, #high-score {
    margin-right: 1rem;
}

#controls-header {
    font-weight: 550;
    margin-bottom: 0;
    font-size: 20px;
}

#controls {
    padding: none;
    margin: none;
}

#canvas-header {
    font-weight: 550;
}