body {
  background-color: rebeccapurple;
}

section {
  background-color: white;
  padding: 20px;
}

h1 {
  margin: 0;
  line-height: 0;
  font-size: 40px;
  font-weight: bold;
}
p {
  color: red;
  font-size: 20px;
}

p:first-of-type {
  text-transform: uppercase;
  font-weight: bold;
}

form {
  margin-top: 30px;
}
