/*
 * Want to change this website's styes? Learn more about CSS:
 * https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS
 */

body {
  padding: 0 20px;
  font-size: 20px;
  background: RoyalBlue;
}
h3 {
  color: pink;
  text-align: center;
  font-size: 4em;
  font-family: fantasy;
  margin-bottom: 20px;
  
}
p {

  text-align: center;
  color: white;
  font-family: fantasy;
}
