.content-pos{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    place-items: center;
    align-items: center;
}

.logo{
    display: flex;
    justify-content: center;
    place-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    min-height: 150px;
    object-fit: contain;    
}

.headline{
    text-align: center;
    margin-bottom: 16px;
    color: var(--text-title);
    font-family: var(--primary-font);
    font-size: var(--h1);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.copy{
    text-align: center;
    margin-bottom: 16px;
    color: var(--text-body);
    font-family: var(--secondary-font);
    font-size: var(--text);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.logo-pos{
    display: flex;
    justify-content: center;
    place-items: center;
    align-items: center;
    width: 100%;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.counter{
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
    color: var(--text-title);
    font-family: var(--primary-font);
    font-size: var(--h1);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}