 body {
   background-color: LightGray ; 
 }
 
 .gallery {
   display: flex ; 
   flex-wrap: wrap ; 
   width: 800px ; 
   float: right ; 
 }
 
 .gallery img {
   width: 200px ; 
   height: 150px ; 
   object-fit: cover ; 
 }
 
 .gallery > div {
   width: 200px ; 
   height: 150px ; 
   margin-right: 10px ; 
   margin-bottom: 50px ; 
 }
 
 .gallery figure {
   font-size: 12px;
   text-align: left ; 
   margin-bottom: 50px ; 
   }
 
 img {
  max-width:100%;
 }

.about p {
  margin-right: 300px ; 
}

.about img {
  width: 500px ; 
  height: 300px ; 
  float: right ; 
}
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.container {
  padding: 10px;
  margin: auto;
  background-color: Seashell;
  width: 10% ; 
}





    
    
  