body {
  background-color: black;
  font-family: 'Special Elite', cursive;
  color: whitesmoke;
}

p {
  background-color: black;
}

#thaChair {
  background-color: black;
  border-color: whitesmoke;
}

#sortingChair {
  display: flex;
  text-align: center;
  margin: 20px;
  background-color: black;
  justify-content: space-around;
}

#congrats {
  text-align: center;
  margin: 20px;
}

#topImage {
  text-align: center;
}

#sortingForm {
  margin: 20px;
  color: black;
  width: 65%
}

#button-addon2 {
  color: whitesmoke;
}

#bizzuttons {
  margin: 20px;
  justify-content: center;
}

#bottomImage {
  text-align: center;
  margin: 20px;
}

h5 {
  color: black;
}

#mainArray {
  display: flex;
  text-align: center;
  padding: 20px;
  justify-content: space-around;
}

.card-body {
  margin: 20px;
}

#fy-header, #dB-header {
  font-size: 2rem;
}

.profEric {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#daForm {
  display: block;
}
