.logo {
    width: 180px;
    height: auto;
}

body{
    margin: 0;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 80px;

    text-align: center;
}

body img{
    display: block;
    margin: 0 auto;
}

.visitor-area{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    white-space: nowrap;
}

.stickman{
    width: 14px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.visitor-counter{
    margin: 0;
    line-height: 1;
}