body {background: black;}

h1 {
  text-align: center;
  color: #ffffff;
  text-shadow: -2px 2px #c3700c;
  font-family: cursive;
  letter-spacing: 4px;
  font-size: 60px;
}

h3 {
  text-decoration: underline;
  color:#5cf8fd;
  text-shadow: -1.5px 1.5px #298d8b;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-size: 25px;
}

p {
  font-weight: bold;
  color: #a4a4a4;
  font-family: sans-serif;
}

h4 {
  font-weight: bold;
  color: #c68dd9;
  font-family: sans-serif;
  text-shadow: -1.5px 1.5px #8d297f;
  font-size: 20px;
}

ol {
  font-weight: bold;
  color: #a4a4a4;
  font-family: sans-serif;
}

figure {
  text-align: center;
}

h6 {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-family: sans-serif;
  text-shadow: -1.5px 1.5px #8d297f;
}

a {
  font-size: 25px;
  color: floralwhite;
}