.card {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 1em;
    margin-bottom: 1em;
}

.title {
    text-align: center;
}

.line {
    display: flex;
    margin-bottom: 0.5em;
}

.cell {
    display: inline-block;
    width: 49.5%;
    font-size: 0.93em;
    word-break: break-word;
}

.lowercase {
    text-transform: lowercase;
}