body {
    background: #2B2C30;
    color: #c5c5c5;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.logo {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
}

.logo a {
    color: #fff;
    text-decoration: none;
}
.title{
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    font-size: 22px;
    border-left: 5px solid #d81356;
    padding: 5px 10px;
}

.title span{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}