html, body, .overlay-background {
  background-color: #eee;
}

.header-logo {
  img {
    height: 2em;
  }
}

.cursor-pointer {
  cursor: pointer;
}

@media (width < 900px) {
  .footer-section {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media (width >= 900px) {
  .footer-section {
    width: 50%;
  }

  .footer-section-right {
    align-items: end;
  }
}

.btn {
  border-radius: 0 !important;
}
