.colors-chart .color-cross-section {
  font-family: "United Sans";
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.section-spacing-example {
  background-color: #f8cb9c;
  border: 2px solid orange;
}

.section-spacing-example section {
  background-color: #c1cd89;
  border: 2px solid green;
}

.section-spacing-example section .container {
  background-color: #8ab3bf;
  border: 2px solid blue;
}

.margin-spacing-example {
  background-color: #f8cb9c;
  border: 2px solid orange;
}

.margin-spacing-example p {
  background-color: #8ab3bf;
  border: 2px solid blue;
}
