html,
body {
  background: #000;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1.5px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.5px;
}

a {
  color: inherit;
}

p {
  color: #828282;
  letter-spacing: -0.75px;
}

.container {
  max-width: 468px;
  margin: 0 auto 48px;
  padding: 0 24px;
}

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

#logo {
  margin: 44px 0;
  text-align: center;
}

#logo img {
  height: 48px;
}

#app-hero {
  width: 100%;
  margin-bottom: 24px;
  animation: fadeIn 5s;
}

#download-button {
  align-items: center;
  background: #000;
  border: 1px solid #494949;
  border-radius: 28px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  height: 56px;
  justify-content: center;
  margin-top: 44px;
  padding: 0 24px;
  text-decoration: none;
  transition: all 120ms ease-out;
}

#download-button:hover {
  background: #101010;
}

#download-button img {
  width: 24px;
  margin-right: 8px;
}

footer {
  color: #494949;
  font-size: 12px;
  margin-top: 100px;
  text-align: center;
}

footer a {
  text-decoration: none;
}

/* Promo */
#promo h1 {
  margin-bottom: 8px;
}

/* Share */
#screenshot {
  position: relative;
  height: 260px;
  width: 100%;
  margin-bottom: 50px;
  animation: fadeIn 5s;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
}

#boxart {
  width: 90px;
  border-radius: 4px;
  position: absolute;
  bottom: -20px;
  left: 20px;
}

#title {
  margin: 0 0 10px 0;
}

#release-date {
  margin: 0;
}


/* Mobile */
@media screen and (max-width: 720px) {
  #logo {
    margin: 16px 0;
  }

  #app-hero {
    margin-bottom: 0px;
  }

  #download-button {
    margin-top: 24px;
  }
}
