body {
    background-color: #11151a;
}

#download button{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #11151a;
    color: #7C40FF;
    position: absolute;
    top: 250px;
    right: 26%;
    border-style: solid;
    border-width: 1px;
    border-color: #7C40FF;
    width: 11%;
    height: 50px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#download button span {
    position: absolute;
    top: 10px;
    right: 5%;
}

#download button:hover {
   background-color: #7C40FF;
   color: #fff;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: #fff;
    width: 30%;
    position: absolute;
    top: 140px;
    left: 25%;
    text-align: left;
    font-weight: 400;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 30%;
    position: absolute;
    top: 250px;
    left: 25%;
    text-align: left;
    font-weight: 400;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ececec;
    width: 50%;
    position: absolute;
    top: 360px;
    left: 25%;
    text-align: left;
}

.badge-gdpr img {
    width: 15%;
    height: 145px;
    position: absolute;
    top: 3370px;
    left: 25%;
}

.badge-ccpa img {
    width: 10%;
    height: 145px;
    position: absolute;
    top: 3370px;
    left: 42%;
}

.footer {
    position: absolute;
    top: 3650px;
    left: 0%;
    width: 100%;
}







/*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  {  
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 76px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 8px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 120px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 160px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 70px;
        position: absolute;
        top: 3070px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 70px;
        position: absolute;
        top: 3070px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 3200px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 50px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 3300px;
        left: 0%;
        width: 100%;
    }
}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 76px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 125px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 180px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 90px;
        position: absolute;
        top: 3720px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 90px;
        position: absolute;
        top: 3720px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 3850px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 50px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 4000px;
        left: 0%;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 76px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 135px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 180px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 4050px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 60px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 4200px;
        left: 0%;
        width: 100%;
    }
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 100px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 160px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 220px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 4050px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 80px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 4200px;
        left: 0%;
        width: 100%;
    }
}
 
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 140px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 220px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 270px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 30%;
        height: 200px;
        position: absolute;
        top: 4580px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 20%;
        height: 200px;
        position: absolute;
        top: 4580px;
        left: 44%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 4900px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 80px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        font-size: 50px;
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 5200px;
        left: 0%;
        width: 100%;
    }
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {  
    body {
        background-color: #11151a;
    }
    
    #download button{
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 200px;
        right: 20%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 15%;
        height: 50px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        color: #fff;
        width: 30%;
        position: absolute;
        top: 140px;
        left: 20%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        width: 30%;
        position: absolute;
        top: 230px;
        left: 20%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #ececec;
        width: 60%;
        position: absolute;
        top: 360px;
        left: 20%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 18%;
        height: 145px;
        position: absolute;
        top: 3650px;
        left: 20%;
    }
    
    .badge-ccpa img {
        width: 13%;
        height: 145px;
        position: absolute;
        top: 3650px;
        left: 40%;
    }
    
    .footer {
        position: absolute;
        top: 3900px;
        left: 0%;
        width: 100%;
    }
    
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {     
    body {
        background-color: #11151a;
    }
    
    #download button{
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 200px;
        right: 20%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 15%;
        height: 50px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        color: #fff;
        width: 30%;
        position: absolute;
        top: 140px;
        left: 20%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        width: 30%;
        position: absolute;
        top: 230px;
        left: 20%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #ececec;
        width: 60%;
        position: absolute;
        top: 300px;
        left: 20%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 18%;
        height: 145px;
        position: absolute;
        top: 3400px;
        left: 20%;
    }
    
    .badge-ccpa img {
        width: 13%;
        height: 145px;
        position: absolute;
        top: 3400px;
        left: 40%;
    }
    
    .footer {
        position: absolute;
        top: 3600px;
        left: 0%;
        width: 100%;
    }
}
     
@media  (min-width: 3840px) and (max-width: 7679.98px)  {  
    body {
        background-color: #11151a;
    }
    
    #download button {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 500px;
        right: 52%;
        border-style: solid;
        border-width: 2px;
        border-color: #7C40FF;
        width: 22%;
        height: 100px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 20px;
        right: 10%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 100px;
        color: #fff;
        width: 60%;
        position: absolute;
        top: 280px;
        left: 50%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
        color: #fff;
        width: 60%;
        position: absolute;
        top: 500px;
        left: 50%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 32px;
        color: #ececec;
        width: 100%;
        position: absolute;
        top: 720px;
        left: 50%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 30%;
        height: 290px;
        position: absolute;
        top: 6740px;
        left: 50%;
    }
    
    .badge-ccpa img {
        width: 20%;
        height: 290px;
        position: absolute;
        top: 6740px;
        left: 84%;
    }
    
    .footer {
        position: absolute;
        top: 7300px;
        left: 0%;
        width: 100%;
    }
    
}
     
@media  (min-width: 7680px) and (max-width: 7681px) {  
    body {
        background-color: #11151a;
    }
    
    #download button {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 1000px;
        right: 104%;
        border-style: solid;
        border-width: 4px;
        border-color: #7C40FF;
        width: 44%;
        height: 200px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 40px;
        right: 20%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 200px;
        color: #fff;
        width: 120%;
        position: absolute;
        top: 560px;
        left: 100%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 56px;
        color: #fff;
        width: 120%;
        position: absolute;
        top: 1000px;
        left: 100%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 64px;
        color: #ececec;
        width: 200%;
        position: absolute;
        top: 1440px;
        left: 100%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 60%;
        height: 580px;
        position: absolute;
        top: 13480px;
        left: 100%;
    }
    
    .badge-ccpa img {
        width: 40%;
        height: 580px;
        position: absolute;
        top: 13480px;
        left: 168%;
    }
    
    .footer {
        position: absolute;
        top: 14600px;
        left: 0%;
        width: 100%;
    }
    
}





/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 76px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 125px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 180px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 90px;
        position: absolute;
        top: 3720px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 90px;
        position: absolute;
        top: 3720px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 3850px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 50px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 4000px;
        left: 0%;
        width: 100%;
    }
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 76px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 135px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 180px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 4050px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 60px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 4200px;
        left: 0%;
        width: 100%;
    }
}

@media (min-width: 812px) and (max-width: 959.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 100px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 160px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 220px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 4050px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 80px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 4200px;
        left: 0%;
        width: 100%;
    }
}

@media (min-width: 960px) and (max-width: 999.98px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 100px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 160px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 220px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 40%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 30%;
        height: 140px;
        position: absolute;
        top: 3860px;
        left: 55%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 4050px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 80px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 4200px;
        left: 0%;
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
    body {
        background-color: #11151a;
    }
        
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 140px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #fff;
        width: 80%;
        position: absolute;
        top: 220px;
        left: 10%;
        text-align: left;
        font-weight: 400;
    }
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        color: #ececec;
        width: 80%;
        position: absolute;
        top: 270px;
        left: 10%;
        text-align: left;
    }
    
    .badge-gdpr img {
        width: 30%;
        height: 200px;
        position: absolute;
        top: 4580px;
        left: 10%;
    }
    
    .badge-ccpa img {
        width: 20%;
        height: 200px;
        position: absolute;
        top: 4580px;
        left: 44%;
    }

    #download button{ 
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        background-color: #11151a;
        color: #7C40FF;
        position: absolute;
        top: 4900px;
        right: 10%;
        border-style: solid;
        border-width: 1px;
        border-color: #7C40FF;
        width: 80%;
        height: 80px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    
    #download button span {
        font-size: 50px;
        position: absolute;
        top: 10px;
        right: 5%;
    }
    
    #download button:hover {
       background-color: #7C40FF;
       color: #fff;
    }
    
    .mobile-footer {
        position: absolute;
        top: 5200px;
        left: 0%;
        width: 100%;
    }
}