body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
  font-family: Arial, sans-serif;
}

p.first {
  font-family: Georgia, serif;
  font-size: 20px;
}

p.second {
  font-family: Courier New, monospace;
  font-size: 20px;
}

.content {
  background-color: white;
  padding: 20px;
  margin: 20px auto;
  width: 80%;
  border-radius: 10px;
}
