.container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 620px;
        width: 620px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 720px;
        width: 720px;
    }
}


@media screen and (min-width: 1280px) {
    .container {
        max-width: 820px;
        width: 820px;
    }
}

body, a {
    text-align: center;
    display: block;
}

a {

}

.logo {
    text-align: center;
    margin-bottom: 10px;
}

.logo > span {
    line-height: 40px;
    font-size: 30px;
    display: inline-block;
    color: #000;
    transform: translateY(-10px);
}

.logo img {
    height: 60px;
    display: inline-block;
    margin: 0 5px;
}

.link {

}

.link > a {
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #ff6600;
}

.link > a:hover {
    opacity: 0.8;
}

.link > a > .fab, .link > a > .fa {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
}

.link > a.wa {
    background-color: #55cd6c;
}

.link > a.vk {
    background-color: #597da3;
}

.link > a.telegram {
    background-color: #61a8de;
}

.link > a.viber {
    background-color: #7D3DAF;
}

.link > a.youtube {
    background-color: #DB4141;
}
.link > a.facebook {
    background-color: #29487d;
}

.link > a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.text > .code {
    font-weight: bold;
    font-size: 20px;
}
