body {
    background-color: black;
}

.container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-top: 15%;
    padding-right: 35px;
    padding-left: 35px;
}

.hashtag {
    color: rgb(111, 192, 244);
}

.value {
    color: rgb(234, 123, 49);
    font-size: 50px;
    font-family: fantasy;
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label {
    font-size: 20px;
    color: #6fc0f4 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
}