@font-face {
    font-family: "Dueces";
    src: url(../fonts/CARDC___.TTF);
}

@font-face {
    font-family: "Slim-Dueces";
    src: url(../fonts/CardCharactersNarrowFigures.ttf);
}

.card {
    width: 20%;
    aspect-ratio: 1/1.6;
    background-color: white;
    border-radius: 0.4vw;
    color: black;
    transition: 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-0.5vw);
}

.red {
    color: #cc2222;
}

.rankTop {
    position: relative;
    padding-top: 3%;
    padding-left: 5%;
    width: 100%;
    height: 45%;
    text-align: left;
    font-size: 2vw;
    font-family: Dueces;
}

.rankBottom {
    position: relative;
    padding-left: 5%;
    width: 100%;
    height: 45%;
    text-align: left;
    font-size: 2vw;
    transform: scale(-1);
    font-family: Dueces;
}

.suit {
    width: 100%;
    height: 10%;
    text-align: center;
    font-size: 4vw;
    transform: translateY(-2vw);
    font-family: Dueces;
}

.hidden {
    background-color: rgb(153, 26, 26);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tempshop {
    width: 100%;
    cursor: pointer;
}

.tempscroller {
    width: 60%;
    cursor: pointer;
}

.outline {
    width: 60%;
    aspect-ratio: 1/1.6;
    background-color: transparent;
    border-radius: 0.4vw;
    border: 3px dashed white;
    transition: 0.2s ease-in-out;
}

.outline:hover {
    transform: translateY(-0.5vw);
}

.border {
    width: 80%;
    height: 88%;
    border: 2px dashed whitesmoke;

    display: flex;
    align-items: center;
    justify-content: center;
}
