body {
    background-color:darkslateblue;
}

.text {
    color: crimson;
}

.box {
    height: 50px;
    width: 50px;
    background-color: grey;
    position:static;
    margin: 50px;
}

#box1 {
    margin-top: 50px;
    margin-left: 350px;
    background-color: seagreen;
    height: 650px;
    width: 1150px;
    position: fixed;
    overflow-y: scroll;
}

#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;
}

#project {
    height: 250px;
    width: 1000px;
    display: flex;
}

#text-field {
    background-color: firebrick;
    height: 150px;
    width: 700px;
}

.image {
    height: 200px;
    width: 200px;
    margin: 25px;
}