* {
  box-sizing: border-box;
}

html {
  background: #050310;
  color: #fff;
  font-family: 'Open Sans';
  height: 100%;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100%;
}

body {
  background: #050310;
  color: #fff;
  font-family: 'Open Sans';
  height: 100%;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100%;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  padding: 25px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.inner-content {
  padding: 15px;
  position: relative;
}

.inner-content::before {
  background: #050310;
  border-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.copy {
  font-size: 14px;
  max-width: 400px;
  width: 100%;
}

.android {
  display: block;
  flex-shrink: 0;
  margin: 15px 0;
  width: 150px;
}

.android img {
  max-height: 100%;
  max-width: 100%;
}

.button {
  background: #fff;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  flex-shrink: 0;
  margin: 15px 0;
  padding: 5px;
  text-decoration: none;
}

.buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (width <= 400px) {
  .buttons {
    flex-direction: column;
  }
}

video {
  margin-top: 25px;
  max-width: 100%;
  width: 638px;
}

.background {
  position: absolute;
  width: 100%;
  z-index: 1;
}
