﻿body {margin: 0;padding: 0;background-color: #2C2A2A;align-items: center;display: flex;justify-content: center;}
.container{padding: 15px; max-width: 480px; margin: 0 auto;}
.banner{background-image: url(../images/logo.png); background-size: contain; background-position: center; background-repeat: no-repeat; height: 150px; width: 100%; margin-bottom: 15px;}
.title{color: #FFFFFF;font-size: 20px;font-weight: bold;text-align: center;}
.urls{text-align: center;margin: 15px 0;}
.urls a{text-decoration: none;height: 60px;border: 1px solid #ffffff00;display: block;border-radius: 15px;    background: rgb(60, 59, 59);margin-bottom: 15px;}
.line {display: block; color: #FFFFFF; font-size: 14px; line-height: 21px;margin-top: 7px;}
.url{display: block;color: rgb(255, 54, 117);}
.download{margin-top: 20px;margin-bottom: 20px;}
.download a{
    text-decoration: none;
    background-color: #1D1D1D;
    display:block;height: 47px;
    border-radius: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 47px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
}
.download img{height: 28px;width: 28px; margin-right: 10px;}
.email{
    background-image: url("../images/bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 59px;
    width: 100%;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    vertical-align: middle;
    padding: 10px;
}
.email a{color: #E53535;}
.icon-list a span{color: #FFFFFF; font-size: 10px; overflow: hidden;white-space: nowrap;}
.ad {background: #3C3B3B;border-radius: 20px;text-align: center;line-height: 42px;color: #FFFFFF;}
.icon{height: 50px; width: 50px; background: rgba(60, 59, 59, 1); border-radius: 50%; text-align: center; line-height: 50px;}
.icon img{height: 28px; width: 28px;}
.footer {padding: 15px 0;font-size: 12px; color: #FFFFFF;text-align: center;}
a {text-decoration: none;}
