body {
  background:lightblue;
}
p {
  color: goldenrod;
}
h1 {
  font-weight:bold;
}
p {
  color: goldenrod;
  text-align: center;
  text-decoration: none;
  font-family: monospace;
  font-size: 25px;
  rgb:189;239;102
}