@import url("https://fonts.googleapis.com/css?family=Play");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #374159;
}

body {
  padding: 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#374159), color-stop(70.4%, #545a69), to(#606470));
  background: linear-gradient(180deg, #374159 0%, #545a69 70.4%, #606470 100%);
  min-width: 100vw;
  min-height: 100vh;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #c5cdc1;
}

.full-height-grow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: inherit;
  margin-left: 1rem;
  text-decoration: none;
}

.logo__title {
  margin-left: 1rem;
}

.logo__image {
  border-radius: 100%;
}

.main-header,
.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header {
  height: 50px;
  font-style: normal;
  font-weight: 100;
}

.main-footer {
  height: 60px;
  background-color: black;
  font-weight: bold;
}

.main-footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav ul,
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a,
.footer-nav a {
  color: inherit;
  text-decoration: none;
  padding: 1rem;
}

.main-nav a:hover,
.footer-nav a:hover {
  color: #878f83;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.title {
  font-family: play, roboto, sans-serif;
  font-weight: 500;
  font-size: 2.5em;
  margin-bottom: 1rem;
  margin-top: 0;
  letter-spacing: 0.1em;
}

.subtitle {
  font-family: play, roboto, sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 2rem;
  margin-top: 0;
  letter-spacing: 0.1em;
  color: #c1db5a;
}

.active-page {
  font-weight: 700;
}

.btn {
  color: #374159;
  background-color: #cfcfcf;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */