﻿.CardBackground.Card {
    padding: 0;
    height: 200px;
}

.CardBackground_Content {
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    height: 100%;
}

.CardBackground_Content > div:nth-child(1) {
    font-size: 20px;
}

.CardBackground_Content > div:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
}

.CardBackground_Content > div:nth-child(3) {
    font-size: 12px;
}