
.card {
    margin-top: 30px;
    padding: 30px 70px;
    border: 1px solid #000000;
    width: 60%;
    min-height: 140px;
    text-align: center;
    cursor: pointer;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.58);
    text-decoration: 0;
    color: black;

    white-space: normal;
    word-break: break-word;
}

@media (min-width: 310px) {
    .card {
        margin: 10px 0;
    }
}

.wiki {
    background-image: url("../assets/wikidata_card-bg.png");
    background-position: right;
    background-blend-mode: color;
    background-color: rgba(255, 255, 255, 0.8);
}

.neo4j {
    background-image: url("../assets/neo4j_card-bg.png");
    background-position: bottom;
    color: white;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.7);
}

.wiki-disclaimer {
    display: flex;
    flex-direction: column;
    text-align: center;

    margin-top: 20px;
    padding: 10px;

    background-color: rgba(0,0,0,0.05);
    border: 1px solid #000;
}