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: 200px;
    background-color: seagreen;
    height: 650px;
    width: 1450px;
    position: absolute;
    display: flex;
}

#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;
}

#about-me {
    height: 550px;
    width: 200px;
    background-color: lightgray;
    margin-top: 50px;
    margin-left: 50px;
}

#profile {
    height: 200px;
    width: 200px;
}

#info {
    text-size-adjust: small;
}

#bio {
    margin-left: 300px;
    margin-top: 100px;
    height: 450px;
    width: 1100px;
}