html {
  font-family: "Unbounded", sans-serif;
  color: #fff;
}

body {
  background: linear-gradient(180deg, #2D2F37 0%, #252730 100%);
  height: 100svh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  vertical-align: middle;
}

a {
  text-underline-offset: 3px;
  color: inherit;
}
a:not(:hover) {
  text-decoration: none;
}

article {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

header {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 782px) {
  header {
    flex-direction: column;
  }
}
header > div {
  display: flex;
  flex-direction: column;
}
header > div h1 {
  margin: 0;
  font-size: 96px;
}
@media screen and (max-width: 782px) {
  header > div h1 {
    font-size: 46px;
    text-align: center;
  }
}
header > div span {
  font-size: 48px;
}
@media screen and (max-width: 782px) {
  header > div span {
    font-size: 32px;
    text-align: center;
  }
}

section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  font-size: 32px;
}
@media screen and (max-width: 782px) {
  section {
    align-items: center;
    gap: 14px;
    font-size: 22px;
  }
}
section a {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 782px) {
  section a img {
    width: 36px;
    height: 36px;
  }
}

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