body {
  background: lightcoral;
  color:#9cffff;
  text-align: center;
  font-family: 	Courier New;
}
p {
  color: lightcyan;
}
h1 {
  font-weight: bold;
}