.spood:hover {
    transform: scale(1.05);
}

body {
    height: 2050px;
    width: 1525px;
    overflow-y: scroll;
    overflow-x: scroll;
    margin: auto;
    text-align: center;
    /*background-image: url(Art/web/web-bg1.jpg);*/
    background-image: url(Art/web/web-bg2.jpg);
    background-size: 1525px;
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
    grid-template-rows: 4fr 1fr 4fr 0.33fr;

}

.spood {
    grid-column: 2;
    grid-row: 2;
    position: relative;
    top: 13px;
    left: 15px;
}

#spood {
    width: 115px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#web-scroll {
    overflow-y: scroll;
    position: absolute;
    width: 60vw;
    height: 95%;
    left: 50%;
    top: 50%;
    background-image: url(Art/paper-background1.jpg);
    background-attachment: local;
    border: 1px black solid;
    padding: 2%;
    font-size: medium;
    text-align: left;
    transform: translate(-50%, -50%);
}

#exit {
    width: 50px;
}


#back {
    width: 125px;
}
.crossroads {
    grid-column: 1;
    grid-row: 3;
    position: relative;
    justify-content: flex-start;
    align-content: flex-end;
    bottom: 50px;
    right: 200px;
}
.crossroads:hover {
    transform: scale(1.05);
}