html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;

  background: #1B1B1B;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;

  background-repeat: no-repeat;
  background-attachment: fixed;
}

.badges {
  position: absolute;
  bottom: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  height: 80px;
  margin: 0px 20px;
}

.android {
  height: 120px;
}

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

.logo > img {
  max-width:40vw;
  max-height:60vh;
  width: auto;
  height: auto;
}

h1 {
  text-align: center;
  font-weight: 500;
}
