* {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  background: url("./../img/download/download_bg.png") no-repeat #d72620;
  background-size: 100vw auto;
}

.btns {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40px;
}

.btn {
  width: 44vw;
  height: 9.6vw;
  border-radius: 4.8vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #3e88fc;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 3px 1px #eee;
}

.android {
  margin-left: 12px;
  color: #3e88fc;
}

.btn img {
  margin-right: 5px;
}
