        body {
            background-color:  #F5F5F5;
            background-image: url('https://images.unsplash.com/photo-1615799998603-7c6270a45196?q=80&w=404&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
            background-repeat: no-repeat;
            background-size: cover;
            color: #000000;
              font-family: "Tinos", serif;
font-size: 1.2em;
border: 1em groove ghostwhite;
        }   
        
        a {
            color: 080808;
        }
        
        
        .small {
            font-size: .5em;
        }
        
        h1 {
             /*background-image: linear-gradient(to bottom right, red, yellow);*/
          font-family: "Gravitas One", serif;
font-size: 2.3em;
text-align: center;
text-shadow: 5px 5px 5px #666666;
        }
        
        
        img {
            border:0.97em inset #faf6be ;
        }
        
        .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box {
  /* PLAY WITH THE FLEX-BASIS TO SET THE SIZE OF THE BOXES - DON'T GO OVER 45% */
  flex-basis: 25%;
  margin: .5em;
  padding: 1em;
}

/* SETTING THE IMAGE WIDTH HERE INSTEAD OF IN HTML. REMOVE WIDTH="XXX%" FROM THE HTML IMAGE TAGS */
.box img {
  max-width: 80%;
  display: block;
  margin: auto;
  cursor: -webkit-grab; cursor: grab;
  cursor: -webkit-grabbing; cursor: grabbing;
}
