.foot
{
    margin-top: 10vmin;
    text-align: center;
}

.friends
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1vmin;
    margin-bottom: 3vmin;
}

.friends img
{
    width: 20vmin;
    height: 40vmin;
    image-rendering: pixelated;
    cursor: pointer;
}

#an
{
    width: 19vmin;
}

#jay
{
    width: 19vmin;
}

#counter
{
    font-size: 1.5vmin;
    margin-bottom: 2vmin;
    padding-bottom: 5vmin;
}

.foot h2
{
    font-size: 3vmin;
}
.foot h5
{
    font-size: 1.2vmin;
    padding-bottom: 5vmin;
}
.foot p
{
    font-size: 2vmin;
}


#psst
{
    font-size: 1.2vmin;
}