html, body {
  overscroll-behavior: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.25;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  color: #fff;
  background: #151515 url("./images/bg.jpg") no-repeat center top/1920px auto;
}

a {
  color: inherit;
}

a:hover {
  color: var(--t1, #0089AF);
}

.wrapper {
  width: 1392px;
  margin: 0 auto;
  padding: 0 20px;
}

main {
  display: flex;
  height: 916px;
  box-sizing: border-box;
  font-family: Roboto;
}
main .info {
  flex: 1;
  margin-right: 60px;
  padding-top: 200px;
}
main .logo {
  width: 164px;
  height: 164px;
}
main h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  margin-top: 20px;
}
main p {
  font-size: 48px;
  margin-top: 20px;
}
main .screen-shots {
  align-self: flex-end;
  margin-right: -170px;
}
main .screen-shots img {
  vertical-align: bottom;
}

.downloads {
  margin-top: 46px;
}
.downloads a {
  display: inline-block;
  width: 220px;
  height: 0;
  padding-top: 68px;
  overflow: hidden;
}
.downloads a:hover {
  opacity: 0.8;
}

.btn-google {
  background: url("./images/btn-google.png") no-repeat;
  background-size: contain;
}

footer {
  flex: 1;
  padding: 50px 0 25px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
footer a {
  margin: 0 0.5em;
  color: #FEBA36;
}