body {
   width: 90%;
   max-width: 1000px;
   margin: 2em auto;
   background-color: #f1e1a3;
   }

header {

      }

h2 {
   font-size: 35px;
   color: RoyalBlue;
   text-align: center;
   }

h4 {
  font-size: 21px;
  }

p  {
   text-align: center;
   font-size: 19px;
   }

.special {
   font-size: 19px;
   text-align: left;
   }

article {
   padding: 5px;
   margin: 5px;
   }

   /* Add your flexbox CSS below here */

section {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   }

article {
   flex: 120px;
   }
