body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-width: 100vw;
    margin: 0;
    background-image: url(img/bg-pollo-loco.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
h1 {
    font-size: 64px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 8px rgb(0, 0, 0, 0.4);
    background-clip: text;
}
canvas {
    background-color: black;
    display: block;
}
footer {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 180px;
    padding-top: 24px;
    padding-bottom: 32px;
}
.console-btn {
    font-size: 32px;
    font-weight: 700;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover:hover {
    filter: invert(70%) sepia(10%) saturate(200%) hue-rotate(180deg) brightness(100%) contrast(100%);
    cursor: pointer;
    transition: 100ms;
}
#go-jump {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#go-throw {
    background-image: url('img/6_salsa_bottle/salsa_bottle.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    display: inline-block;
}
#go-throw:active {
    transform: scale(1.5);
}
.endscreen {
    height: 480px;
    width: 720px;
    background-image: url(img/5_background/second_half_background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.startscreen {
    height: 480px;
    width: 720px;
    object-fit: cover;
}
.height {
    height: 480px;
}
.play-btn {
    position: relative;
    background-color: rgb(240, 120, 21);
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px 25px;
    color: #ffffff;
    display: flex;
    font-size: 30px;
    text-align: center;
    top: -95%;
    left: 40%;
}
.play-btn:hover {
    cursor: pointer;
    background-color: rgb(255, 147, 58);
    border: 1px solid black;
    color: black;
}
.end-btn {
    position: absolute;
    width: 32px;
    padding: 8px 16px;
    background-color: #994409;
    box-shadow: 0px 0px 6px 1px #000;
    border: 1px solid #f6bb60;
    border-radius: 16px;
    top: -95%;
    transition: 200ms;
}
.end-btn:hover {
    cursor: pointer;
    background-color: #d15f0d;
}
.end-btn img {
    filter: invert(90%) sepia(96%) saturate(6682%) hue-rotate(310deg) brightness(97%) contrast(99%);
}
#home {
    top: 10px;
    right: 10px;
}
#restart {
    top: 10px;
    left: 10px;
}
.menu {
    display: flex;
    gap: 8px;
    width: 30px;
    height: 30px;
}
.overlay {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    height: 480px;
    width: 720px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    justify-content: center;
    align-items: center;
}
.section {
    background-color: #FD9750;
    position: absolute;
    height: 330px;
    width: 460px;
    display: flex;
    justify-content: space-evenly;
    border: 8px solid #ffffff;
    border-radius: 18px;
    padding: 24px 0;
}
h2 {
    font-size: 50px;
    margin-top: 0;
}
.info {
    background-color: #FD9750 !important;
    height: calc(100% - 48px);
    width: 100%;
}
.impressum {
    font-size: 22px;
    overflow-y: auto;
    padding: 16px 40px;
    margin: 20px 16px 0 0;
}
::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-thumb {
    background-color: #994409;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}
.end {
    align-items: end;
}
#change-speaker {
    background-image: url('img/audio.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.close {
    font-size: 16px;
    font-family: 'arial';
    color: #f6bb60;
    border-radius: 100%;
    border: 3px solid;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 4px;
    position: absolute;
    right: 8px;
    top: 8px;
    margin: 0;
    cursor: pointer;
}
.close:hover {
    transition: 300ms;
    box-shadow: 0px 0px 8px 2px #bd722a;
    text-shadow: 0px 0px 4px;
}
.close-info {
    right: 24px;
    top: 24px;
    color: #bd722a;
}
.close-info:hover {
    color: #ab6726
}
.only-mobile {
    display: none;
}
.only-desktop {
    display: block;
}
.pstn-rltv {
    position: relative;
}
.mobile-btn {
    display: flex;
    justify-content: space-around;
    height: 80px;
    width: 100px;
    border-radius: 10px;
    background-color: #ffc265de;
}
.btn-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
table {
    font-size: 32px;
    font-weight: 700;
    height: 300px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
td{
    height: 150px;
}
th{
    height: 150px;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.width {
    width: 720px;
}
.d-none {
    display: none;
}
.d-flex {
    display: flex;
}
.rotate {
    display: none;
    width: 200px;
}
.device {
    font-size: 40px;
    text-align: center;
    margin: 0;
}
.console {
    position: absolute;
    top: 50%;
    background-color: #ffc265de;
    border-radius: 10%;
}
.top {
    top: 50vh;
    height: 10vh;
}
.left {
    left: 5vw;
}
.right {
    right: 5vw;
}
@media only screen and (max-width: 500px) {
    .rotate {
        display: block;
    }
    .startscreen {
        display: none;
    }
    footer{
        display: none;
    }
    #start{
        display: none;
    }
}
@media (max-width: 1367px) and (orientation: landscape) {
    #mobile-keyboard {
        display: flex;
    }
    .only-mobile {
        display: flex;
    }
    .only-desktop {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .rotate {
        display: block;
    }
    #fullscreen {
        display: none;
    }
}
@media only screen and (max-height: 600px) {
    h1 {
        display: none;
    }
    .play-btn {
        padding: 8px 24px;
        font-size: 24px;
    }
    canvas {
        height: 64vh !important;
        width: 56vw;
    }
    .responsive {
        height: 64vh !important;
        width: 56vw;
    }
    .height .width {
        display: none;
    }
    footer {
        height: 10vh;
        width: 100%;
        padding: 0;
    }
    .fullscreen {
        display: none;
    }
    .section-manage {
        height: 40vh;
        width: 32vw;
    }
    table {
        font-size: 21px;
        img {
            width: 32px !important;
        }
    }
}
@media (min-width: 500px) and (max-width: 1024px) and (orientation: portrait) {
    #mobile-keyboard {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40%;
        gap: 100px;
        width: 200px;
    }
    .mobile-btn {
        width: 100%;
        min-height: 80px;
        height: 100%;
        display: flex;
        justify-content: space-around;
    }
}

