﻿header {
    padding: 25px 0 15px 0;
    background-color: #000 !important;
}
.app-container {
    background: linear-gradient(209deg, rgba(10, 10, 20, 1) 0%, rgba(7, 11, 21, 1) 49%, rgba(2, 17, 29, 1) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -1px;
    margin-bottom: -1px;
}
.xpal-store-links a {
    text-decoration: none;
    display: block;
}
.xpal-store-links a img{
    width: 12%;
}
.welcome-div{
    text-align: center;
    color: white;
    margin-bottom: 30px;

}
    .welcome-div h3 {
        font-size: 1.7rem;
        letter-spacing: 0.5px;
        font-weight: 400;
    }
        .welcome-div h3 span {
            font-size: 2rem;
            
        }
.xpal-store-links a{
    margin-bottom: 25px;
}

    .xpal-store-links a::after {
        content: "";
        display: block;
        width: 50%;
        height: 0.1px;
        background-color: #ffffff14;
        margin: 25px auto 0;
    }
    .xpal-store-links a:last-child {
        margin-bottom: 0px;
    }

    .xpal-store-links a:last-child::after{
        display: none;
    }
.install {
    text-align: center;
    color: #8090F7;
    margin-bottom: 25px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .xpal-store-links a img {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .xpal-store-links a img {
        width: 25%;
    }
}

@media (max-width: 500px) {
        .xpal-store-links a img {
            width: 37%;
           
        }
}