body {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #202020;
}

h1,h2 {
  text-align: center;
  margin: 40px 0 40px;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 1px 2px 6px #000000;
  font-family: 'Cherry Swash', cursive;
}

span {
    color: #2BD6B4;
}