.first-section {
  margin-top: 50px;
}

body {
  background-color: #958e71;
}

.bg-box {
  background-color: #4c4c4c;
  padding: 2rem;
  height: 100%;
}

.text-white {
  color: white;
  fill: white;
}

.contact-text {
  line-height: 2rem;
}

a, .footer-link {
  text-decoration: none;
  color: white;
}

.separator {
  height: 5px !important;
  color: #958e71;
}