body {
  background: teal;
}
p {
  color: white;
}
h1 {
  font-weight: bold;
}

a {
  color:floralwhite;
}