 body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 45s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
    @import url("https://fonts.googleapis.com/css2?family=Poppins:weight@100;200;300;400;500;600;700;800&display=swap");
       body{
        background-color:#fff;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
       }

       .height{
        height: 100vh;
       }
    .btn-download{
      margin-top:0px;
    }
    .btn-download.ios{
          background: url(/statics/images/app-store-icons-apple-app-store.png);
      height: 72px;
      width: 220px;
      background-clip: content-box;
        background-repeat: no-repeat;
  background-size: 220px 72px;

    }
    .btn-download.android{
      background:url(/statics/images/Google-Play-Store-Button.png);
            height: 72px;
        width: 220px;
      background-clip: content-box;
        background-repeat: no-repeat;
  background-size: 220px 72px;
    }
    .qr-box{
      display:inline-block;
      background:white;
      padding:20px 20px 10px 20px;
    }
    .qr-box .hint{
        margin-top:15px;
    }

    .feature{
        margin-top:10px;
        display: inline-block;
        background: #ffffff;
        border-radius: 8px;
    }

    .hint-store{
        padding: 8px 10px;
        font-weight: bold;
    }