.mtg-card-token-name {
    color: #ffeb87;
    display: flex;
    justify-content: center;
    font-family: Magic;
    font-size: x-small;
    position: relative;
    top: 8px;
    z-index: 1;
}

.mtg-card-token-rules {
    display: flex;
    justify-content: center;
    position: relative;
    top: 105px;
    font-family: Magic;
    z-index: 1;
}

.mtg-card-token-powerToughness {
    position: relative;
    top: 101px;
    left: 102px;
    font-family: Magic;
    font-size: x-small;
    z-index: 1;
}

.mtg-card-token-type {
    position: relative;
    top: 102px;
    left: 58px;
    font-family: Magic;
    font-size: xx-small;
    z-index: 1;
}

@font-face {
    font-family: Magic;
    src: url('../fonts/MAGIC.TTF'); 
}

.mtg-card-token-frame-green,
.mtg-card-token-frame-white,
.mtg-card-token-frame-blue,
.mtg-card-token-frame-black,
.mtg-card-token-frame-red {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 5px;
    pointer-events: none;
}

.mtg-card-token-frame-green { background-image: url(../img/token-green.png); }
.mtg-card-token-frame-white { background-image: url(../img/token-white.png); }
.mtg-card-token-frame-blue { background-image: url(../img/token-blue.png); }
.mtg-card-token-frame-black { background-image: url(../img/token-black.png); }
.mtg-card-token-frame-red { background-image: url(../img/token-red.png); }