@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;700&display=swap');

body,
html {
  font-size: 14.5px;
}
p {
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 50px;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.box {
  padding: 40px 45px;
}
.box .button {
  display: inline-block;
  margin: 8px 0;
  font-size: 36px;
  padding: 8px 45px;
}
@media (min-width: 992px) {
  .row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 -30px;
  }
  .row > .grow {
    flex: 1;
  }
  .row .box {
    margin: 0 30px;
  }
  .start-now {
    width: 35%;
  }
}
.header {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.header p {
  margin-top: 0;
  font-size: 1.2rem;
}
.button + a {
  display: block;
  font-size: 0.8em;
}

body,
* {
  font-family: 'Open Sans', sans-serif;
}
body {
  background-color: #141C2B;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
}
.header {
  color: white;
  font-size: 18px;
}
.box {
  color: #050E1E;
  background-color: white;
}
.box .button {
  text-decoration: none;
  font-family: 'Bebas Neue', cursive;
}
.box .button.primary {
  color: white;
  background-color: #54A8E9;
}
.box .button.primary:hover {
  background-color: #2791e3;
}
.box a:link,
.box a:visited,
.box a:active {
  color: #050E1E;
}
.box a:hover {
  color: #54A8E9;
}
.alert {
  background-color: white;
  color: black;
  padding: 20px;
}
.alert.alert-error {
  background-color: #ae1c1c;
  color: white;
}
