.header {
  background-color: #f0f5ff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center !important;
}
.header .logo img {
  width: 115px;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.main-content {
  margin-top: 70px;
}

.main-content {
  margin-top: 0 !important;
}

body {
  background-image: url("https://images.unsplash.com/photo-1593436878396-e943a3cac98f?q=80&w=1169&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-image: linear-gradient(to right, rgba(21, 56, 133, 0.8), rgba(37, 99, 235, 0.8)), url("https://images.unsplash.com/photo-1593436878396-e943a3cac98f?q=80&w=1169&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
body #home {
  color: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
body #home .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}
body #home .container .content {
  text-align: center;
}
body #home .container .content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
body #home .container .content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
body #home .container .button-container {
  align-items: center;
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */