footer {
    div {
        background-color: lightgray;
        position: absolute;
        bottom: 0;
        padding: 0.5%;
        left: 2.5%;
        text-align: center;
        margin: 0;
        width: 95%;
    }
}
body {
    color: black;
    background-color: lightblue;
}
#home_button_image {
    scale: 8%;
    position: fixed;
    left: -470px;
    top: -480px;
    margin: 0px;
}
#title_text {
    position: relative;
    text-align: center;
    background-color: white;
    top: 0px;
    margin: -7px;
    padding: 20px;
    img {
        scale: 10%;
        position: absolute;
        right: -350px;
        top: -420px;
    }
}
#map {
    position: absolute;
    right: 00px;
    margin: 15px;
}
#credits {
    position: relative;
    right: 370px;
    top: 30px;
}
#summary {
    width: 200px;
    overflow-y: auto;
    margin: 30px;
    background-color: beige;
    padding: 8px;
    border-style: solid;
    border-color: bisque
}