body {
  background-color: powderblue;
  text-align: center;
}
h1 {
  color: black;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 200%;
}
h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 150%;

}
p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 80%;
}