* {
  padding: 0px;
  margin: 0px;
}

.logo {
  position: absolute;
  top: 100px;
  right: calc( 100% / 14 * 2 );
  max-height: 100px;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
}
.content article {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  margin-top: 120px;
  max-width: 800px;
  font-family: "museo-sans", sans-serif;
  color: #573027;
}
.content article h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}
.content article h1 strong {
  font-weight: 900;
}
.content article p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.content article p strong {
  font-weight: 900;
  color: #868778;
}
.content article .btn {
  padding: 12px 40px;
  border-radius: 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #868778;
}

.bg-left {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 40%;
}

.bg-right {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 30%;
}

@media screen and (max-width: 599px) {
  .logo {
    position: relative;
    top: 20px;
    right: inherit;
    margin-left: 20px;
  }

  .content {
    padding: 20px;
  }
  .content article {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
