body {
  background: url(../../images/background.png) no-repeat center center/cover;
  min-height: 100vh;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 65, 109, 0.9), rgba(0, 109, 85, 0.9));
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
}

.main {
  position: relative;
}
.main .content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ffc107;
}
.main .content p {
  margin-bottom: 1.5rem;
  line-height: 31px;
  color: #fff;
}
.main .content button {
  background: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main .content button:hover {
  background: #ffc107;
  color: #003366;
}
.main img {
  width: 100%;
}/*# sourceMappingURL=landing.css.map */