{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

body {
    background-color: #000;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

#canvas1 {
    border: 5px solid #000;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url('../images/background.png');
    max-width: 100%;
    max-height: 100%;
    background-size: contain;
}

#gentoilets, #projectile1, #player, #shoulders {
    display: none;
}

#cssElement{
    background-color: white !important;
    color: black !important;
    display: none;
}

/*@media all and (max-width: 1030px) {
    #canvas1 {
    
    }
}*/


