body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

div {
    box-sizing: border-box;
}

#box {
    position: relative;
}

#text {
    position: absolute;
    color: #000000;
    font-family: 'Polestar Unica77 TT';
    font-weight: 400;
}

#days, #hours{
    color: #ff7500;
}