body {
  background-color: #000000;
  font-family: sans-serif;
  color: #ffffff;
}

#app, html, body {
  height: 100%;
  margin: 0;
}

.link-container {
  padding: 35px;
}

.link {
  display: block;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

.flex {
  display: flex;
  gap: 30px;
}

.gap-2 {
  gap: 8px;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-1-1-0 {
  flex: 1 1 0;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.logo {
  max-width: 200px;  
}

.google {
  height: 75px;
}

.google_es {
  height: 66.4px;
}

.apple {
  height: 50.4px;
}

.producthunt {
  width: 233.34px;
  height: 50.4px;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 35px;
}

.container a {
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

.caption {
  font-size: 0.8em;
}