@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');

* {
    box-sizing: border-box;
}

.countdown-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.big-text {
    font-weight: bold;
    font-size: .8rem;
    line-height: 0.5;
    margin: 0rem;
}

.countdown-el {
    text-align: center;
}

.countdown-el span {
    font-size: .8rem;
	
}