body { 
    
}

header div.hero {
     background-image: url(../images/home.jpg);
     background-repeat: no-repeat;
     background-position-x: 50%;
     background-size: cover;
     padding: 1rem;
     border: thin solid red;
     min-height: 240px;

}