body {
  background-color:#E28DDF; 
  
  /*background-image: url('https://images.unsplash.com/photo-1573493334464-21388936965a?q=80&w=387&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');*/
 
  color:#000000;
      font-family: "Onest", sans-serif;
font-size: 1.3em;
border:1em outset#2a1231;
padding: 2em;

background-image: linear-gradient(to bottom right, violet, purple);

}

a { 
    color:#142416;
}

h1 {
        font-family: "Pacifico", cursive;
text-align: center;
font-size: 2em;
cursor: none;
}

img {
    border:  0.35em solid #2a1231;
    cursor: none;
}

.tiny {
font-size: .5em;
}

.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: 35%;
  margin: .5em;
 
  padding: 1em;
  text-align:center;
}

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