body {
    background-color:darkslateblue;
}

.text {
    color: crimson;
}

#hello {
    position: fixed;
    margin-top: 150px;
    margin-left: 100px;
    text-align: center;
}

.box {
    height: 50px;
    width: 50px;
    background-color: grey;
    position: fixed;
}

#box1 {
    margin-top: 250px;
    margin-left: 250px;
    background-color: seagreen;
    height: 650px;
    width: 1350px;
    position: absolute;
}

#topbar {
    height: 100px;
    width: 1750px;
    margin-top: 50px;
    margin-left: 50px;
    background-color: lightgray;
}

.button {
    display: inline-block;
    color: crimson;
    text-decoration: none;
    margin-right: 50px;
    margin-top: 40px;
    cursor: pointer;
}

#box2 {
    height: 150px;
    width: 150px;
    margin-top: 50px;
    margin-left: 50px;
}

.link {
    color: crimson;
    margin-top: 50px;
    margin-left: 45px;
}