.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: rgba(0, 174, 255, 0.12);
    transition: 0.3s;
    display: block;
    border-radius: 10px;
    margin: 10px;
    margin-bottom: 20px;
    padding: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    background-color: rgba(0, 174, 255, 0.25);
}

.verein_table{
    width: 100%;
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.img_card {
    max-width: 90%;
    max-height: 200px;
    justify-self: center;
    display: flex;
    margin: 10px;
    border-radius: 5px;
}

.card_header {
    display: flow-root;
    font-weight: bold;
    font-size: larger;
}