.openKeybinds {
    background-color: yellow !important;
    justify-content: flex-end !important;
    width: 600px !important;
    height: 400px !important;
    border-radius: 40px !important;
    z-index: 2 !important;
}

#keybindsDescriptionContainer {
    gap: 20px;
}

.imprint {
    background-color: azure;
    padding: 20px;
    border: 1px solid black;
    border-radius: 20px;
    position: relative;
    margin: 10px;
}

.privacy-policy {
    background-color: azure;
    padding: 20px;
    border: 1px solid black;
    border-radius: 20px;
    position: relative;
    margin: 10px;
    max-width: calc(100vw - 64px);
    overflow-wrap: break-word;
}

.canvas-fullscreen {
    width: 1920px;
    height: 1080px;
}

.img-div {
    width: 100%;
    max-width: 1920px;
    max-height: 1080px;
}

.bg-img { 
    height: 100vh;
    max-height: 1080px;
    position: absolute;
    z-index: -1;
    width: 100vw;
    max-width: 1920px;
    overflow: hidden;
}

.compress-screen-icon {
    width: 45px !important;
    height: 45px !important;
    transition: all 175ms ease-in-out;
}

.screenSizeButton:hover .compress-screen-icon {
    width: 40px !important;
    height: 40px !important; 
}

.content-size-pp-and-imprint {
    max-width: 1920px;
    max-height: 1080px;
    overflow-y: overlay;
}

.landing-page-btn {
    position: absolute;
    top: 39px;
    right: 20px;
    filter: brightness(0.5);
    transition: all 175ms ease-in-out;
}

.landing-page-btn-img {
    width: 40px;
}

.landing-page-btn:hover {
    filter: brightness(0.2);
}

.pp-title {
    max-width: 80%;
}

.openSettings {
    background-color: orange !important;
    justify-content: flex-end !important;
    flex-direction: row-reverse;
    width: 600px !important;
    height: 400px !important;
    border-radius: 40px !important;
    z-index: 2 !important;
}

#volumeCounter {
    font-size: 34px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-hitbox-container {
    display: flex;
    justify-content: center;
    width: 200px;
}

.toggle-hitbox-btn {
    border-color: transparent;
    background-color: transparent;
}

.switch-btn-img {
    transition: all 175ms ease-in-out;
    width: 70px;
}

.switch-btn-img:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 3px black);
}