body {
  background-color: #2f2f3f;
  color: #efefef;
}

body h1 {
  font-family: 'Euphoria Script', cursive;
  font-size: 64pt;
  text-align: center;
}
article {
  margin: auto;
  width:50%;
  text-align: center;

}
article * {

  font-family: 'Roboto Slab', serif;
}
h2, h1 {
  color: white;
}

#root {
  margin: 5em auto;
  width: 80%;

}
