#navBar {
    position: fixed;
    top: 0; left: -10px; right: -10px;
    height: 50px;
    border: none;
    border-radius: 0px;
    background-color: rgb(100,75,250);
    box-shadow: 0px 2px 10px 5px rgba(75,50,225,.5);
}