body {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#scoreitems {
    position: absolute;
    text-align: left;
    left: 10px;
    top: 10px;
}

#highscoreitems {
    position: absolute;
    text-align: right;
    right: 10px;
    top: 10px;
}

.commands {
    z-index: 100;
    position: absolute;
}

h2 {
    font-size: 30px;
    position: absolute;
    top: 0px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}

#bopitimg {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}

#bopit {
    left: 50%;
    transform: translate(-40%, -70%);
    position: absolute;
    top: 50%;
    width: 170px;
    height: 150px;
    border-radius: 500px;
    border: none;
    background-color: transparent;
}

#pullit {
    left: 61%;
    transform: translate(-10%, -10%);
    position: absolute;
    top: 60%;
    width: 80px;
    height: 130px;
    border-radius: 500px;
    border: none;
    rotate: 30deg;
    background-color: transparent;
}

#twistit {
    left: 32%;
    transform: translate(-10%, -10%);
    position: absolute;
    top: 30%;
    width: 110px;
    height: 70px;
    border-radius: 500px;
    border: none;
    rotate: 70deg;
    background-color: transparent;
}

button {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    background-color: rgb(30, 114, 231);
    color: white;
    transition: .2s;
}

button:hover {
    scale: 1.1;
}

#github {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: rgb(140, 140, 140);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}