#compteur {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#container-compteur {
	color:#eb4e8a;
}

#minuteur {
    display: grid;
    grid-template-columns: repeat(4, 150px);
    gap: 25px;
    margin: auto;
}

.box {
    text-align: center;
	display: flex;
    flex-direction: column;
}

.box > div:first-child {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.unite {
    background-color: transparent;
    font-size: 20px;
    font-family: CyanRegular;
}

#j, #h, #m, #s {
	font-family: "CyanRegular";
}