h1 {
  color: #0e2a5b;
  font-weight: 800;
}

body {
  background-color: #f5f5f5;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}

.btn-block {
  width: 100%;
  padding: 15px;
}

.line {
  margin-top: 40px;
  background-color: #0e2a5b!important;
  color: #0e2a5b!important;
}

.btn-poster {
  background-color: #062491;
  color: #fff;
}

.btn-pls {
  background-color: #9fb3fb;
  color: #fff;
}

.btn-video {
  background-color: #E32449;
  color: #fff;
}

.blue-bg {
  background: linear-gradient(165deg, rgba(119,192,232,.8), rgba(32,67,161,1) 70.71%);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  padding: 10px;
}

.bottom-hero {
  border-bottom: 10px solid #a3ddf5;
}

button {
  border: none;
  background-color: #dddddd;
  width: 240px;
  border-radius: 15px;
}

p {
  font-size: 22px;
}

.footer {
  background-color: #dddddd;
  min-height: 150px;
}

.space {
  height: 100px;
}

.copyright-statement {
  font-size: 18px;
}

.main-content {
  min-height: 350px;
}