body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(90deg, #6a0080, #0000b4)
}

canvas {
    box-shadow:0 0 10px #70c5ce
}

#scorePanel {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 65vh;
    color: white;
    font-size: 30pt;
}

button {
    scale: 3;
    margin-top: 30px;
}