@font-face {
    font-family: Konstruct;
    src: url(./fonts/KONSTRUCT_W00_SQUARE.TTF)
}

.number {
    color: #e9e7e7;
    font-size: 80px;
    font-family: Konstruct, serif;
    width: 70px;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px 4px #0d0d0d;
}

.dots {
    color: #e9e7e7;
    font-size: 80px;
    font-family: Konstruct, serif;
    display: inline-block;
    width: 23px;
    text-align: center;
    text-shadow: 1px 1px 4px #0d0d0d;
}

