
body {
  background-color: #ffbccf;
}

h1 {
  background-color: white;
  border: 2px solid white;
  border-radius: 5px;
  margin: 40px;
  color: black;
  font-family: "Sofia", sans-serif;
  font-size: 80px;
  font-style: oblique;
  font-variant: small-caps;
  text-align: center;
}

p {
  background-color: white;
  margin: 60px;
  font-family: "lucida console";
  font-size: 25px;
  text-align: left;
}