body
{
    padding: 0;
    margin: auto;
    max-width: 1200px;
    background-color: #fffed7;
}

img
{
    max-width: 600px;
    max-height: 600px;
}

h2
{
    margin: 0;
}

p 
{
    margin-top: 0;
}

ul
{
    margin-top: 0;
}

.nav
{
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.selected > h1 > a
{
    text-decoration: none;
}

.selected > h1 > a:visited
{
    color: #000000 !important;
}

#body
{
    display: flex;
    justify-content: center;
    column-gap: 100px;
}


.footer
{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.counter-container
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
}