body {
  font-family: 'Inter', sans-serif;
}

h1, h2 {
  font-family: 'Lexend Deca', sans-serif;
}

.overlay {
  background-color: rgba(170, 92, 219, 0.5); /* purple overlay */
}

@media (max-width: 991px) {
  .col-lg-6:first-child {
    text-align: center;
  }
}
