body {
    background-color: #424344;
    font-family: 'Questrial', sans-serif;
    color: #e8e8e8;
    font-size: 16px;
}

a {
    color: #f0f1f2;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn {
    border-radius:0;
}

#social-wrapper > .btn {
    font-size: 28px;
    width:50px;
    height: 50px;
    color: #424344;
}

.mb-wrap {
    text-align: center;
}