.content {
  line-height: 1.8;
}  

.content p {
  margin: 1rem 0;
  color: hsl(216, 12%, 84%);
}

.content h2 {
  margin: 3rem 0 1rem;
  font-size: 1.525rem;
}

.content h3 {
  margin: 2rem 0 1rem;
  font-size: 1.25rem;
}

.content h2, .content h3 {
  font-weight: 500;
}

.content ul{
  color: hsl(216, 12%, 84%);
  padding-inline-start: 1.75rem;
}

.content a {
  color: hsl(0, 0%, 100%);
}
