:root {
    --background-color: #091216;
    --background-image: url('../img/shaman/hearthstone.png');

    --background: rgba(62, 62, 62, 0.6);
    --table-background: #e3ddcd;

    --td-border-top: #f3eddd;
    --td-border-rest: #d6d0c0;

    --tr-odd-color: #ece3ca;
    --tr-even-color: #e1d7bd;

    --red: #982525;
    --common: #0faf03;
    --rare: #198eff;
    --epic: #ab48ee;
    --legendary: #f07000;
}