.container {
    width: 960px;
    margin: 0 auto;
    height: 420px;
    background-color: pink;
}

.navbar-nav {
    margin-left: 480px;
}

.top {
    border-bottom: solid 4px darkgrey;
    background-color: White;
}

.right {
    right: 0;
}

.gap {
    height: 105px;
}

.contact {
    border-bottom: 4px solid lightgray;
}

.list-style {
    list-style: none;
    display: flex;
    flex: wrap;
}

header {
    background-color: white;
    width: 100%;
}

.list {
    margin: 5px;
}

@media (max-width:767px) {
    .list {
        text-align: center;
    }
}

.flex {
    background-color: white;
    top: 25px;
    right: 320px;
    margin-right: 30px;
}

.flexing {
    display: flex;
    flex: wrap;
}

.name {
    background-color: pink;
    text-align: center;
}

.aboutme {
    background-color: lightpink;
    width: 100%;
    width: 900px;
    height: 380px;
    margin: 0 auto;
}

body {
    background-color: lightgrey;
}

footer {
    background-color: lightsalmon;
}

header {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 4px darkgrey;
    background-color: White;
    margin: auto;
}

footer {
    background-color: darkgrey;
    border-top: solid 4px pink;
    width: 100%;
    bottom: 0px;
    height: 60px;
    position: sticky;
    text-align: center;
    padding: 20px 0;
    left: 0px;
}

.avg-box {
    margin-left: 2px;
    width: 890px;
}

.big-box {
    height: 150px;
    margin-left: 2px;
    width: 890px;
}

.margins {
    margin-left: 2px;
}