.content h2{
    margin-top: 4rem;
}

.content img{
    max-width: 100%;
    border-radius: 5px;
    margin: 2rem 0;
}

#mushroom{
    height: 20vw;
    max-height: 15rem;
    padding-inline: 2rem;
}

#lantern{
    height: 20vw;
    max-height: 15rem;
    padding-inline: 2rem;
}

#wolf-sketches img{
    height: 39vw;
    max-height: 432px;
}

#wolf-sketches :first-child{
    border-radius: 5px 0 0 5px;
}

#wolf-sketches :last-child{
    border-radius: 0 5px 5px 0;
}

#sketches img{
    height: 25vw;
    max-height: 281px;
    border-radius: 0;
    margin-top: 0;
}

#sketches :first-child{
    border-radius: 5px 0 0 5px;
}

#sketches :last-child{
    border-radius: 0 5px 5px 0;
}

#enemies img{
    height: 22vw;
    max-height: 16rem;
    margin: 0;
}

#animations img{
    height: 20vw;
    max-height: 225px;
    border-radius: 0;
}

#animations :first-child{
    border-radius: 5px 0 0 5px;
}

#animations :last-child{
    border-radius: 0 5px 5px 0;
}