body{
    margin-top: 7vw;
    list-style-type: none;
}

#aboutUs{
    background-color: none;
    width: 90%;
    justify-self: center;
    z-index: -1;
}

#Header h1{
    position: relative;
    color: rgba(55, 106, 172);
    margin: 0 0 0 0;
    z-index: -1;
}

#Header hr{
    display: block;
    border-style: inset;
    text-align: center;
    border-width: 3px;
    border-color: rgba(128, 128, 128, 0.085);
    border-radius: 2px;
    width: 37vw;
    padding: 0 0 0 0;
    z-index: -1;
}

#Header{
    position: relative;
    background-color: none;
    height: 4vw;
    width: 100%;
    text-align: center;
    align-content: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: -1;
}

#Header ul{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
}

#Header ul li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#aboutUs{
    padding-bottom: 3vw;
}