a {
    font-size: 30px;
    font-family: cursive;
    margin: 50px;
}
a:hover {
    color: orchid;
}

.outside-link {
    position: absolute;
    bottom: 20px;
    right: 90px;
    color: green;
    font-family: 'Courier New', Courier, monospace;
    z-index:9;
    width: 30%;
}

.link-house{
    width: 80%;
    height: 100px;
    left: 100px;
    text-align: center;
    position: absolute;
}
body.home{
    background-color: black;
}

.house {
    width: 90%;
}

.door {
    width: 40%;
}

.bear {
    width: 20%;
    z-index: 1;
}

.snack {
    width: 75%;
    position: absolute;
    left:190px;
    z-index: -1;
}

.dooor {
    width: 27%;
}

