.countdown-section {
    display: flex;
    margin: auto auto;
    width: fit-content;
    transition: .4s ease-in-out;
}

.countdown-item {
    margin:1rem;
}

.countdown-digit {
    color: var(--main-color);
    font-size: 26px;
    text-align: center;
    font-family: "Bangla";
    user-select: none;
}

.countdown-label {
    color: #aaa;
    font-size: 24px;
    text-align: center;
    font-family: 'Cormorant', serif;
    user-select: none;
}