body,
html {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  box-sizing: border-box;

  background-color: rgba(12, 7, 28, 1);
  color: white;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 100%;
}

.caption {
  margin-top: 36px;
}

.download {
  margin-top: 80px;
}

.download a {
  height: 100%;
}

.download svg {
  width: 220px;
  height: 80px;
}

.redirect {
  margin-top: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.redirect p {
  font-size: 0.75rem;
}

.redirect a {
  text-decoration: none;
  color: #5fc9f8;
  font-weight: bold;
}
