body {
  color: #f9f9f9;
  background-color: #000;
  font-family: Amixorp, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 500px;
  height: 500px;
}

.hero-section {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.witdh {
  width: 100%;
  max-width: 65%;
}

.big-heading {
  color: #f9f9f9;
  text-align: left;
  letter-spacing: -2px;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: .8em;
}

.logo-block {
  width: 500px;
  height: 500px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #00d488;
  margin-left: 42.72px;
  font-family: Roboto Mono, sans-serif;
  text-decoration: none;
}

.footer-copyright-text {
  color: #00d488;
  font-family: Roboto Mono, sans-serif;
}

.site-wrapper {
  height: 100vh;
  background-color: #00163e;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container.witdh {
    justify-content: space-between;
  }

  .big-heading {
    font-size: 60px;
    line-height: .9em;
  }

  .footer-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .footer-nav {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-link {
    margin-bottom: 5px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 28.391px;
    padding-bottom: 28.391px;
  }

  .container.witdh {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .big-heading {
    font-size: 47px;
  }
}


@font-face {
  font-family: 'Amixorp';
  src: url('../fonts/amixorp.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amixorp';
  src: url('../fonts/amixorp-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}