a {
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 50px;
}
a:hover {
    color:black;
}

b{
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 50px;
}
b:hover {
    color:black;
}


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

.first-image{
    width:100px;
}

.second-image{
    width:200px;
}

.third-image{
    width:100px;
}

.fourth-image{
    width:200px;
}

.fifth-image{
    width:100px;
}

.room1-image{
    width:100px;
}

.room2-image{
    width:150px;
}

.room3-image{
    width:200px;
}

.inroom1-image{
    width:1000px;
}

.inroom2-image{
    width:800px;
}

.inroom3-image{
    width: 2000px;
}

.insecretroom-image{
    width:300px;
}

.inroof-image{
    width:600px;
}

.outside-image{
    width:1300px;
}

body.home{
    background-color: red;
}