
body {
    width: 100%;
    height: 1000px;
    margin: auto;
    font-family: 'Courier New', Courier, monospace;
    image-rendering: pixelated;
    padding: 0;
}


.background{
    background-image: url(https://unsiteunseen.neocities.org/index.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    width: 1000px;
    height: 100%;
    margin: auto;
        border: 3px solid black;
}

/* .door{
    background-image: url(https://unsiteunseen.neocities.org/doorclosed.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14%;
    height: 40%;
    position: absolute;
    top: 49%;
    left: 50%;
    border: 1px solid black;
} */

.door{
    background-image: url(https://unsiteunseen.neocities.org/doorclosed.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 275px;
    height: 360px;
    position: relative;
    top: 424px;
    left: 378px;
    z-index: 3;
}

.door:hover {
    background-image: url(https://unsiteunseen.neocities.org/dooropen.gif);

}
.door a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: transparent;
}

.black{
    background-color: black;
    background-image: url(https://unsiteunseen.neocities.org/gallery%20copy.gif);
    background-repeat: no-repeat;
    background-size: 470px 470px;
    background-position: center -100px;
    opacity: 0.4;
    
    width: 175px;
    height: 320px;
    position: relative;
    top: 80px;
    left: 421px;
    z-index: 2;
}

.black2{
    background-color: black;

    
    width: 175px;
    height: 320px;
    position: relative;
    top: -240px;
    left: 421px;
    z-index: 1;
}


#enter {
    background-image: url(https://unsiteunseen.neocities.org/enter2.gif);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 80px; 
    height: 26px;   
    top: -595px;
    left: 467px;
    z-index: 4;
}

.gallery {
    background-image: url(https://unsiteunseen.neocities.org/gallery%20copy.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    width: 1000px;
    height: 100%;
    margin: auto;
    border: 3px solid black;
}

.picture{

    width: 200px;
    height: 200px;
    display: inline-block;
}
.picture a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: transparent;
}

#shitter{
    left: 10px;
    top: 350px; 
    height: 400px;
    width: 175px;
    position: relative;
}

#ruben{
    left: 95px;
    top: 290px;
    height: 280px;
    position: relative;

}

#jada{
    left: 120px;
    top: 290px;
    height: 280px;
    position: relative;


}

#covert{
    left: 190px;
    top: 350px;
    height: 400px;
    width: 175px;
    position: relative;


}

#back{
    position: relative;
    left: 440px;
    bottom:-525px

}

#readgif{
    position: relative;
    left: 10px;
    bottom: 100px;

}

#readgif img {
    width: 100px;
    height: 70px;
    image-rendering: optimizeQuality;

}

.text {
    width: 1000px;
    height: 100%;
    margin: auto;
    border: 3px solid black;

}
p {
    margin-left: 20px;
    margin-right: 20px;
}