html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.table{
    display: flex;
    min-width: 200px;
    justify-content: center;
    align-items: center;
}

.table__counter {
    color: white;
    font-size: 50px;
    line-height: 0.5;
    font-weight: 600;
    font-family: system-ui;
}