.prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

h1 {
  font-size: 3rem !important;
  padding: 0 1rem;
}

.text-ab {
  margin: 0 5%;
}

.text-ab p {
  font-size: 1.25rem;
}

@media screen and (max-width: 520px) {
  h1 {
    font-size: 2rem !important;
  }
  p {
    font-size: 1.125rem !important;
  }
}