html {
    background-image: url("../images/room2.jpg");
}

body {
    margin: 0;
    padding: 0;
}

.mainContainer {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#machine {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

#BP {
    height: 21vw;
    width: 25vw;
    z-index: 3;
    position: absolute;
    top: 51%;
    left: 49%;
    transform: translate(-50%, -50%);
}

#BD {
    height: 11vw;
    width: 9vw;
    z-index: 3;
    position: absolute;
    top: 83%;
    left: 29%;
    transform: translate(-50%, -50%);
}

#BT {
    height: 11vw;
    width: 9vw;
    z-index: 3;
    position: absolute;
    top: 83%;
    left: 44%;
    transform: translate(-50%, -50%);
}

#BS {
    height: 11vw;
    width: 9vw;
    z-index: 3;
    position: absolute;
    top: 83%;
    left: 59%;
    transform: translate(-50%, -50%);
}

#BR {
    height: 11vw;
    width: 9vw;
    z-index: 3;
    position: absolute;
    top: 83%;
    left: 74%;
    transform: translate(-50%, -50%);
}

#click {
    height: 25vw;
    width: 34vw;
    z-index: 3;
    position: absolute;
    top: 47%;
    left: 27%;
    transform: translate(-50%, -50%);
}

#hint {
    height: 15vw;
    width: 24vw;
    z-index: 3;
    position: absolute;
    top: 65%;
    left: 77%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#middleText {
    text-align: center;
    vertical-align: bottom;
    position: absolute;
    width: 50vw;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
}

#back {
    font-size: 5vh;
    text-decoration: none;
    color: grey;
    display: block;
}

#player {
    position: relative;
    top: 20vh;
    left: 25vw;
}