.hidden {
    display: none;
}

#deckContainer {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

.tarot-card {
    width: 100px;
    height: 160px;
    position: absolute;
    cursor: pointer;
    transition: transform 0.5s, top 0.5s;
}

button {
    padding: 10px;
    background: hotpink;
    color: white;
    border: none;
    cursor: pointer;
}