
*{
    text-decoration:none;
    margin:0;
    padding:0;
    border:0;
    font-size:13px;
    list-style:none;
    color:#707070;
}
body{
    background:url(../images/t-background.png)  no-repeat center center fixed;
    width: 100%;
    background-size:cover;
    font-family: "Roboto";
}
.wall_content{
    height: 100vh;
    display: flex;
    align-items: center;
}
.backgorund_download{
    width: 100%;
    margin: 0;
    text-align: center;
}
.backgorund_download img.logo{
    max-width: 400px;
}
.content_download{
    display: block;
    text-align: center;
    position: relative;
}
.content_download .img_package{
    margin:0 auto;
    max-width: 510px;
}
.content_download .btn_download{
    display: block;
    margin-top: 20px;
}

.content_download .btn_download > img{
    max-width: 500px;
}
.content_download .text{
    display:block;
    color:#afacac;
    font-size: 1.4em;
    margin-top: 5px;
}

.body_download{
    width:100%;
}
.link{
    text-decoration:none;
    color:#f5eaea;
}
.link:hover,
.link:active:hover{
    text-decoration:none;
}

.link p{
    color:#afacac;
    font-size: 1.8em;
    margin-top: 10px;
}
.two_columns{
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top:25px;
}
.two_columns .first + .second{margin-left:70px;}