html {
    width: 100vw;
    height: 100vh;
    background-color: #171717;
}

body {
    display: flex;
    width: 100vw;
    height: 100vh;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 64px;
    overflow: hidden;
    flex-direction: row;
}

div#progress {
    background-color: #1c1c1c;
    color: #e7e7e7;
    aspect-ratio: 21/29;
    width: 32vw;
    font-family: monospace;
    font-size: 0.53rem;
    overflow: hidden;
    line-height: 0.9;
    border-radius: 30px;
    corner-shape: squircle;
}

div#counter {
    font-family: monospace;
    color: #d1d1d1;
    font-weight: bold;
    font-size: 1rem;
}