body {
    background-color: rgb(15, 15, 14); 
}

.hallway {
    background-image: url("images/building-background.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    width: 1440px;
    height: 3264px;
    visibility: visible;
    box-sizing: border-box;
    margin: auto;
}

.door {
    position: relative;
        top: 2722px;
        left: 480px;
    height: 400px;
    z-index: 2;
    opacity: 0;
}

.door:hover {
    opacity: 100%;
    
}

.textbox p {
    display: inline;
    color: white;
    border: 2px solid white;
    background-color: black;
    font-family: "Andale Mono", sans-serif;
    padding: 20px;
    font-size: 20px;
}

#textbox-1 {
position:relative;
    bottom: 340px;
    left:50px;
}

#textbox-2 {
text-align: right;
position: relative;
    top:600px;
    right: 100px;
}

#textbox-3 {
text-align: center;
position: relative;
    top: 1638px;
}

