a {
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 50px;
    color: crimson;
}
a:hover {
    color: rgb(192, 208, 149);
}

.outside-link {
    position: fixed;
    bottom: 20px;
    right: 50px;
    color: green;
    font-family: 'Courier New', Courier, monospace;
}

.House{
    width: 1230px;
    position: absolute;
    left: 350px;
}

.Window{
    width: 400px;
    position: absolute;
    left: 10px;
    z-index: 3;
}

.link-to-attic{
    position:absolute;
    top:0;
    right:0;
}

p{
    position: absolute;
    color: crimson;
    top: 550px;
    text-align: left;
    font-size: 50pt;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    z-index: 90;
}

.Hallway{
    position:absolute;
    width: 1050px;
    left: 420px;
}

.Door1{
    width: 300px;
    top: 250px;
    left: 160px;
    position: absolute;
    z-index: 10;
}

.Stairs{
    width: 870px;
    position: absolute;
    left: 540px;
}

body{
    background-color: darkslategrey;
}
