* { margin: 0; padding: 0; border:0; box-sizing: border-box; }
body { background-color: rgb(8, 80, 8); }
h1 { margin: 2vw; height: 6vh; font-size: 4vh; color: #FFF; 
    font-family: verdana; font-style: italic; 
    font-weight: lighter; text-align: center; }
    
#toprow, #botrow { display: flex; flex-direction: row; 
    margin: 2vw; height: 38vh; justify-content: space-evenly; }
#topL, #topM, #topR, #botL, #botM, #botR { width: 29vw; 
    background-position: center; background-size: cover; }
#topL { background-image: url(/images/menuVEbay.jpg);  }
#topM { background-image: url(/images/menuVH-D.jpg); }
#topR { background-image: url(/images/menuHcocc.jpg); }
#botL { background-image: url(/images/menuVLP.jpg); }
#botM { background-image: url(/images/menuMacysSM.jpg); }
#botR { background-image: url(/images/menuB&NSM.jpg); }

a:hover { box-shadow: 3px 3px 8px 8px yellowgreen; }