body {
    height: 100%;
    width: 100%;
    background-image: url("Background2.png");
    background-size: cover;
    background-position: center;
    background-color: coral;
    text-align: center;
    color: white;
    font-family: "Lucida Console", "Courier New", monospace;
}
.wrapper {
    position: relative;
    height: 656px;
    width: 867px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.sign {
    position: absolute;
    transform: translate(50px, 55px);
    height: 600px;
    width: 200px;
    float: left;
    img {
        z-index: -1;
        height: 100%;
        width: auto;
    }
}

.navbar {
    position: absolute;
    z-index: 5;
    transform: translate(76px, 206px);
    height: 105px;
    width: 150px;
    overflow: scroll;
    img {
        position: relative;
        z-index: 5;
        height: 30px;
        width: 130px;
    }
}
.banner {
    transform: translate(200px, 0px);
    position: absolute;
    z-index: 3;
    height: 100px;
    width: 664px;
    img {
        transform: translate(-325px, 0px);
        position: absolute;
        z-index: 3;
        height: auto;
        width: 100%;
    }
}
.Window {
    position: absolute;
    z-index: 1;
    transform: translate(-25px, 175px);
    height: 450px;
    width: 568px;
    img {
        position: absolute;
        z-index: -1;
        height: 100%;
        width: auto;
    }
}
.updates {
    margin: auto;
    width: 60%;
    height: 30%;
    overflow-y: scroll;
    overflow-x: wrap;
    border: 1px solid white;
}
.HomeInfo {
    transform: translate(314px, 35px);
    position: absolute;
    height: 371px;
    width: 518px;
    overflow: scroll;
}
