.dark_mode_card
{
    background-color: #444444;
    color: white;
}
hr{
    width: 0px;
}

.cinzel
{
    font-family: 'Cinzel', serif;
}

.verdana
{
    font-family: Verdana,sans-serif;
}

.orbitron
{
    font-family: 'Orbitron', sans-serif;
}

.total-money
{
    text-align: right;
}
@media (max-width: 600px)
{
    .message, .amount, .total-money
    {
        text-align: center;
        line-height: 40px;
    }
} 