.main-section {
    background-color: white;
}

.side-columns {
    background-color: lightgrey;
}

@media (max-width:991px) {
    .side-columns {
        background-color: white;
    }
}

@media (max-width:767px) {
    .gap {
        height: 300px
    }
}

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

.list-style {
    list-style: none;
}

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

li {
    margin: 5px;
}

.no-padding {
    padding: 0px;
}

@media (max-width: 767px) {
    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

.aboutme {
    border-bottom: 4px solid pink;
}

body {
    background-color: lightgrey;
}

footer {
    background-color: lightsalmon;
}

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

.pic {
    background-color: white;
    /* height: 350px; */
}

.footer {
    background-color: darkgrey;
    border-top: solid 4px pink;
    width: 100%;
    bottom: 0px;
    height: 60px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

.gap {
    height: 70px;
}