.maintenance {
  body {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
  }

  h1,
  h2,
  h3 {
    font-family: "Vidaloka", serif;
  }

  .wrap {
    min-height: 100vh;
    background-image: linear-gradient(
      to bottom,
      #1e2745,
      #192037,
      #141a2a,
      #10131e,
      #070911
    );
    color: #fff;
  }
  .wrap .content .content_title {
    font-size: 3.5rem;
  }
  .wrap .content .content_paragraph {
    font-size: 1rem;
  }
  .wrap .cards img {
    width: 100%;
  }
  .wrap .cards .card_title {
    color: #b1b7bf;
  }
  .wrap .contact span {
    color: #ff784f;
  }

  .footer {
    background: #000;
    border-top: gray dashed 1px;
    color: #b1b7bf;
  }
  .footer .link {
    color: inherit;
    transition: 0.3s ease color;
  }
  .footer .link:hover {
    color: #fff;
  }
  .footer .footer_icon {
    font-size: 1.5rem;
  }

  @media (min-width: 992px) and (min-height: 1099px) {
    .footer {
      position: fixed;
      bottom: 0;
    }
  }
}
