body {
  margin-top: 3.5rem;
}

.logo {
  text-align: center;
}

.logo--svg {
  width: 54.88rem;
  height: 21.8rem;
}

.logo__name--text {
  color: var(--primary-color);
  font-size: 7.8rem;
}

.logo__label--text {
  color: var(--primary-color);
  font-size: 1.6rem;
}

.informative {
  margin-top: 3.5rem;
  font-family: 'Ledger';
  position: absolute;
  z-index: 101;
  right: 2rem;
  top: 0;
  color: var(--primary-color);
  width: 16rem;
}

.informative > span {
  display: block;
  padding-top: 1rem;
}

.socials {
  display: flex;
  justify-content: center;
}

.socials > a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.socials__logo {
  width: 2rem;
  height: 2rem;
}

.centered-content {
  text-align: center;
  padding-top: 2rem;
}

.line {
  margin: 2rem 0;
  color: var(--primary-color);
  border-top-style: solid;
  border-top-color: var(--primary-color);
  border-top-width: 0.03rem;
}

.app_columns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.app_column--left {
  width: 40%;
}

.app_column--right {
  border-left-style: solid;
  border-left-color: var(--primary-color);
  border-left-width: 0.03rem;
  width: 40%;
}

.app-banner {
  display: flex;
  align-items: center;
  padding: 2rem;
}

.app-banner__logo {
  padding: 1rem;
  width: 8rem;
  height: 8rem;
}

.app-banner__text {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.app-banner__text > span {
  padding-top: 1rem;
}

.app-demonstration { 
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-demonstration > span {
  display: block;
}

.gif-demonstration {
  border-radius: 2rem;
  margin-top: 2rem;
  height: 36rem;
}

.app-call {
  padding: 3rem;
}

.app-call > span {
  display: block;
}

footer {
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary-color-container);
}

footer > span {
  background-color: var(--primary-color-container);
}

footer > .socials > a, footer > .socials > a > img {
  background-color: var(--primary-color-container);
}