body {
    padding: 0px;
    margin: 0px;
    background-color: black;
    overflow: hidden;

}

a {
    cursor: default;
}


.bgd_layer {
    position: absolute;
    top: 0px;
}

.laptop_layer {
    position: absolute;
    top: 590px;
    left: 1374px;

}

.random_1_layer {
    position: absolute;
    top: 390px;
    left: 1450px;
    width: 150px;
    transform: rotate(4deg);
}

.clock_layer {
    position: absolute;
    top: 90px;
    left: 770px;
    width: 180px;
    height: 65px;
}

.timer_layer {
    position: absolute;
    top: 100px;
    left: 770px;
    width: 180px;
    height: 65px;
}

#timer{
  color:#EFD0CA;
  font-size:40px;
  text-align:center;
  vertical-align: middle;
}

.carpet_layer {
    position: absolute;
    top: 760px;
    left: 364px;
    transition: top 2s, left 2s;

}

.carpet_layer_move {
    top: 830px !important;
    left: 240px !important;
}

.door_layer {
    position: absolute;
    top: 173px;
    left: 730px;
}


.books {
    position: absolute;
    top: 333px;
    left: 430px;
}

#pass_order {
    position: absolute;
    top: 333px;
    left: 1280px;
    color:#fff;
    font-size: 30px;
    background-color: black;
    cursor: default;
    user-select: none;
}

.book_1 {color: red;}
.book_2 {color:green;}
.book_3 {color: dodgerblue;}
.book_4 {color:yellow;}


#pass_order div {
    display: inline-block;

}

.open_door_layer {
    position: absolute;
    top: 150px;
    left: 595px;
}


.lamp_layer {
    position: absolute;
    top: 0px;
    left: 1040px;
}

.key_layer {
    position: absolute;
    top: 800px;
    left: 770px;
}

.key_in_inventory {
    position: absolute;
    top: 60px;
    left: 1760px;
    transform: rotate(270deg) scale(1.3);
}

.books_layer {
    position: absolute;
    top: 150px;
    left: 190px;
}

.puzzlebox_layer {
    position: absolute;
    top: 553px;
    left: 1176px;
}

.laptop_pictogram {
    position: absolute;
    top: 80px;
    left: 120px;
    width: 280px;
}

.display_none {
    display: none;
}

.letter_4 {
    position: absolute;
    top: 110px;
    left: 80px;
}
.letter_4:hover {
    background-color: yellow;
}

.letter_3 {
    position: absolute;
    top: 10px;
    left: -180px;
}

.letter_3:hover {
    background-color: dodgerblue;
}

.letter_1 {
    position: absolute;
    top: 230px;
    left: 3px;
}

.letter_1:hover {
    background-color: red;
}

.letter_2 {
    position: absolute;
    top: -110px;
    left: -85px;
}

.letter_2:hover {
    background-color: green;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(3);
    padding: 2px;
    cursor: none;
}

#black_layer {
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    background: radial-gradient(
            circle 15rem at var(--X) var(--Y),
            rgba(62, 6, 148, 0.5) 0%,
            rgba(0, 0, 0, 1) 100%
    );
}

.message_bgd {
    position: absolute;
    height: 100vh;
    width: 100vw;
   /* background-color: rgba(255, 255, 255, 0.4);*/
}

.blurred_layer {
    filter: blur(10px);
}


.message_bgd .message_container {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 33%;
    width: 26%;
/*    height: 26%;*/
    border: solid 2px #000;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    padding: 40px;
    font-size: 20px;
    font-family: sans-serif;

}


.close {
    position: absolute;
    width: 23px;
    height: 23px;
    right: -10px;
    top: -10px;
    background-color: #c93232;
    border: solid 1px #000;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

#collage #sortable {
    border:2px solid #a46;
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    padding: 0;
    width: 400px;
}

    #collage #sortable li {
        background-size: 400% 400%;
        border: none;
        cursor: pointer;
        margin: 0;
        padding: 0;
        float: left;
        width: 100px;
        height: 100px;
    }

.gray_filter {
    filter: grayscale(0.75);

}

.pointer {
    cursor: pointer;
}

/* SAFE CODE - START */
.num_display {
    position: absolute;
    top: 310px;
    left: 826px;
    text-align: center;
    font-size: 24px;
    width: 77px;
    letter-spacing: 3px;
    /* border: solid 1px #fff; */
}

#keypad button {
    width: 18px;
    padding: 0px;
}

.number_1 {
    position: absolute;
    top: 376px;
    left: 835px;
}
.number_2 {
    position: absolute;
    top: 376px;
    left: 856px;
}
.number_3 {
    position: absolute;
    top: 376px;
    left: 877px;
}
.number_4 {
    position: absolute;
    top: 398px;
    left: 835px;
}
.number_5 {
    position: absolute;
    top: 398px;
    left: 856px;
}
.number_6 {
    position: absolute;
    top: 398px;
    left: 877px;
}
.number_7 {
    position: absolute;
    top: 421px;
    left: 835px;
}
.number_8 {
    position: absolute;
    top: 421px;
    left: 856px;
}
.number_9 {
    position: absolute;
    top: 421px;
    left: 877px;
}
.cancel_keypad {
    background: darkred;
    position: absolute;
    top: 443px;
    left: 835px;
    border: 1px solid #343434;
    height: 19px;
    border-radius: 2px;
}

.cancel_keypad:hover {
    background: #6e0000;
}

.enter_keypad {
    background: green;
    position: absolute;
    top: 443px;
    left: 877px;
    border: 1px solid #424242;
    height: 19px;
    border-radius: 2px;
}

.enter_keypad:hover {
    background: #007200;
}

.number_0 {
    position: absolute;
    top: 443px;
    left: 856px;
}

/* SAFE CODE - END */


#logic_game_canvas {
    background-color: rosybrown;
}

.logic_game_layer {
    position: absolute;
    top: 286px;
    left: 1060px;
    width: 90px;
    transform: rotate(20deg);
}

#refresh_button {
    background: #ffdd00;
    padding:10px;
    border: solid 1px #333;
    width: fit-content;
    color: #000;
    margin: 0 auto;
}

#refresh_button:hover {
    background: #d0b100;
}