.flashCard{
    padding: 1.4%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    background-color: #3b82f6;
}

.saleSlide{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 1%;
}

.timeSaleSpan{
    border: 4px solid black;
    width: 18%;
    height: 80%;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.spanTimeMetric{
    font-weight: 400;
    font-size: 0.7rem;
}
