svg {
    position: absolute;
    top: 50vh;
    left: 20vw;
    transform: translate(-50%, -50%) scale(3);
}
body {
    background-color: #3a3a3a;
}
#score {
    color: #fff;
    font-weight: 1000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: xx-large;
}