
html,
body {
  height: 100%;
  color: white;
  background-color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem !important;
}



.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  font-family: "Inter", serif;
  background-color: #1C242B;
  border-radius: 0;
  border: 0
}

.btn-primary:hover{
  background-color: black;
}

.btn-primary a {
  color: white;
  text-decoration: none;
  font-family: "Inter", serif;
}

.btn-outline-secondary {
  font-family: "Inter", serif;
  background-color: white;
  border-radius: 0;
  border-width: 2px;
  border-color: #1C242B;
  color: #1C242B
}

.btn-outline-secondary a {
  color: #1C242B;
  text-decoration: none;
  font-family: "Inter", serif;
}

.btn-outline-secondary:hover {
  background-color: white;
  border-radius: 0;
  border-width: 2px;
  border-color: #1C242B;
}

.header {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem !important;
  font-weight: 600 !important;
  color: white !important;
  letter-spacing: 2pt;
  line-height: 4rem  !important;
}


.subheader{
  line-height: 2.5rem  !important;
}

.description {
  font-family: "Inter", serif;
  color: white !important;
  font-weight: 400 !important;
  font-size: 18pt;
  line-height: 28pt !important;
}

@media (max-width: 1320px) {
  .header {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    color: white !important;
    letter-spacing: 2pt;
    line-height: 2.9rem  !important;
  }

  .subheader{
    font-size: 1.5rem !important;
    line-height: 2rem  !important;
  }
}
