
.page-red-link {
    color: #bdbdbd;
!important;
    font-weight: bold;
}

.page-red-link:hover, .page-red-link:focus, .page-red-link:active {
    color: #ff0000;
!important;
}

.page-twitter-link {
    color: #bdbdbd;
    font-weight: bold;
}

.page-twitter-link:hover, .page-twitter-link:focus, .page-twitter-link:active {
    color: #1da1f2;
}
.page-patreon-link {
    color: #bdbdbd;
    font-weight: bold;
}

.page-patreon-link:hover, .page-patreon-link:focus, .page-patreon-link:active {
    color: #f96854;
}

body {
    background: #ddd url("../img/body.png") repeat scroll top left;
}

.card-info{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-info-three-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

a {
    color: #000000;
}

a:hover {
    color: #6dc54d;
}