h5 {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
  font-family: Comic Sans MS;
  font-size: 16px;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -2px 2px #000000,
               -3px 3px #FA4C4C,
               -5px 5px #F41FF1,
               -8px 8px #2196f3,
               -11px 11px #26c6da,
               -14px 14px #37DC3E,
               -17px 17px #eeff41,
               -20px 20px #f9a825,
               -23px 23px #FF357E;

}

body {
  background-color: lightgrey;
}