body {
    user-select: none;
    -webkit-user-select: none;
    margin: 0;
}

#button {
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 25px;
    border: 10px solid black;
    position: absolute;
    left: 0;
    top: 0;
}

#button:active {
    background-color: darkred;
}

#secret {
    font-size: 2px;
    padding: 50px;
    position: absolute;
    top: 300px;
    color: #ffffff;
    left: 600px;
}

#buttonSignal {
    margin-top: 60px;
    font-family: arial,sans-serif;
    color: #ff0000;
    text-align: center;
    font-weight: bold;
}

#textInput {
    background-image: radial-gradient(#595959, #2b2b2d);
    border: none;
    font-size: 50px;
    position: absolute;
    color: #13c000;
    text-align: center;
    font-family: arial,sans-serif;
    left: 100%;
    top: 100%;
}

#slider {
    position: absolute;
    left: 80%;
    top: 20%;
    display: none;
}

#sliderText {
    display: none;
    position: absolute;
    left: 77%;
    top: 15%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    height: 50px;
    font-size: 35px;
    padding: 10px;
    font-family: sans-serif;
    width: 300px;
    background-color: #4a4f4f;
}

#shoe {
    width: 150px;
    height: 150px;
    image-rendering: pixelated;
    position: absolute;
    left: 500px;
    top: 200px;
    display: none;
}

#present {
    aspect-ratio: 16/12;
    width: 100px;
    image-rendering: pixelated;
    position: absolute;
    left: 80%;
    top: 40%;
    z-index: 101;
    display: none;
}

#present-top {
    aspect-ratio: 16/9;
    width: 100px;
    image-rendering: pixelated;
    position: absolute;
    left: 80%;
    top: 35%;
    z-index: 101;
    -webkit-user-drag: none;
    display: none;
}

#key {
    width: 70px;
    height: 70px;
    image-rendering: pixelated;
    position: absolute;
    left: 80%;
    top: 38%;
    display: none;
    -webkit-user-drag: none;
    z-index: 100;
}

#shoeText {
    font-family: Geneva,sans-serif;
    position: absolute;
    left: 480px;
    text-align: center;
    top: 360px;
    display: none;
}

#password {
    font-size: 30px;
    border: 5px solid;
    border-radius: 20px;
    font-family: Geneva, sans-serif;
    position: absolute;
}

#safe {
    image-rendering: pixelated;
    position: absolute;
    left: 500px;
    top: 200px;
}

#safeText {
    color: #ff471e;
    font-family: Geneva, sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 648px;
    top: 325px;
    z-index: 100
}
#cheatSheet {
    position: absolute;
    top: 454px;
    font-family: sans-serif;
    background-color: dimgray;
    width: 300px;
    overflow-y: auto;
    border: 3px solid black;
    padding: 30px;
    height: 500px;
    z-index: -1;
    color: #dadada;
    display: none;

}

.cheatSheetHeader {
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
}

.riddle {
    margin-top: 25px;
}