* {
    margin: 0;
      Padding: 0;
     
   }
       
   .hero{
   
     min-height: 80vh;
     background: linear-gradient(rgba(0,0,0, 1), rgba(0,0,0, .2)), url("https://www.parents.com/thmb/ZLaoSmzGWPOaasGXQNd5OI5vX7g=/750x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/Video20Games-fa6d2b8bac9c47d1b2144928e4713f38.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 1.5rem;
    }

     .header {
       display: flex;
       justify-content: space-between;
       padding: 1.5rem;
   }
   
   .header .links {
       display: flex;
       justify-content: end;
       gap: 1rem;
   }

   /* board games */
   .header {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
}

.header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}
