/*
 * 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: Thistle;
}
h1 {
  color: Indigo;
  text-align: center;
  font-size: 4em;
  font-family: fantasy;
  margin-bottom: 20px;
  
}
h3 {
  margin-top: 0px;
  font-size:2.5em;
  text-align: center;
  color: LavenderBlush;
  font-family: fantasy;
    font-weight: lighter;
    margin-bottom: 100px;
}
p {

  text-align: center;
  color: white;
  font-family: monospace;
}
em {
  
    text-decoration: underline; 
}