body {
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, rgba(249,240,158,1) 0%, rgba(157,15,15,0.5256696428571428) 46%, rgba(249,240,158,1) 100%);





 }

.download {
    max-width: 640px;
    margin: 0 auto;
}

.box1 {
    position: relative;
    height: 100%;
    max-height: 1400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: center;
}




.backTop {
    width: 100px;
    height: 35px;
    position: absolute;
    bottom: 65px;
}

.footer {
    position: fixed;
    bottom: 0px;
    max-width: 640px;
    height: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.download1 {
    width: 100%;
    height: 100%;
    background-size: contain;
}

.download-text {
    position: absolute;
    width: 75%;
    left: 5%;
    top: 10px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    font-size: larger;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.box-img {
    display: block;
    width: 100%;
}

.dbox-img {
    display: block;
    width: 100%;
    height: -webkit-fill-available;
}


.spincity-bg{
    display: flex; justify-content: center; align-items: center; 
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
   }