.staff-title{
    margin-top: 100px;
}

@media(max-width: 500px){
    .staff-title{
        margin-top: 20px;
    }
    #header{
        margin: 8px 0 8px 0;
        /* background-color: black;
        color:  white; */
   }
 
}