.flex{
    display: flex;
    align-items: center;
}
body{
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/product/page_bg.png");
}
.space-container{
    max-width: 1200px;
    margin: 40px auto 0;
    height: 100%;
    width: 100%;
    position: relative;
}
.space-container .btn-outline-secondary{
    color: #6c757d;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #6c757d;
    cursor: default !important;
}
.app-logo{
    width: 100px;
    height: 100px;
}
.application-info{
    max-width: 598px;
    flex-direction: column;
    margin-right: 113px;
}
.appliction-title{
    margin-left: 32px;
    font-family: "Smiley Sans";
    font-weight: 400;
    font-size: 80px;
    line-height: 96px;
    font-style: italic;
    
}
.appliction-title >span{
    color: #7a5af9;
}
.appliction-desc{
    margin-top: 48px;
    text-align: center;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    
}
.appliction-desc >span{
    color: #7a5af9;
}
.actions-container{
    margin-top: 88px;
}
.download-but{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 16px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #000000;
    color: #ffffff;
    
}

.download-but .icon{
    width: 32px;
    height: 32px;
}
.footer{
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 16px;
    text-align: center;
    color: #00000099;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1%;
}