body > h1 > a {
    border:2px solid orange;
    padding:10px 10px 10px 10px;
    
    position: absolute;
    margin-bottom: 15px;
    
}

body > h1 > p{
    background-color: orange;
    width:fit-content;
    position: relative;
    left: 45%;
    margin-top: 1em;
    padding:30px 30px 30px 30px;
    
    

}




body > h2 {
    
    border: 4px solid red;
    
    height: 300px;
    width: 1400px;
    /* line-height: 280px; */
    text-align: center;
    padding: 90px 16px 90px 16px;
    margin: 16px;
    /* text-indent .5in; */
    position: absolute;
    left:20px;
    top:150px;

    /* bacgkgroun image declarations */
    background-size:cover;
    /* background-position: 50% 50%; */
    background-position: 100% 100%;
    background-image: url(../images/eateryhero.jpg);
    background-repeat: no-repeat;

}