.b_user_page{
    h1{
        margin-top: 0;
        font-weight: bold;
        font-size: 36px;
        color: #333;
    }
    a{
        color: #337ab7;
        text-decoration: none;
        cursor: pointer;
        &:focus, &:hover {
            color: #23527c;
            text-decoration: underline;
        }
    }
}