.grid-container {
  margin-bottom: 5%;
}

.attire-header {
  margin-bottom: 2.5%;
}

.color-box {
  width: 150px;
  height: 150px;
  border-radius: 25%;
  margin: auto;
}

.burgundy-box {
  background-color: #B03A2E;
}

.sage-box {
  background-color: #8FBC8B;
}

.peach-box {
  background-color: #FFA07A;
}