body.example 
{
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
}

.anim-card
{
    width: 360px;
    height: 250px;
}
.anim-card
{
    width: 780px;
    height: 250px;
}
.hide
{
    display: none;
}

.card-hidden
{
    opacity: 0;
}
.opas 
{
    opacity: 0.5;
}

.cabinet-svg
{
    margin-left: 20px;
}
 .glow-ellipse {
    filter: drop-shadow(0 0 8px rgba(255, 200, 50, 0.8));
}