

.content h2{
    margin-top: 6rem;
    margin-bottom: 2rem;
}

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


#duckmom{
    padding: 1rem;
    border-radius: 50% 50% 1rem 1rem;
    width: 100%;
}

#impl-img{
    width: 20vw;
    border-radius: 50%;
    padding: 2rem;
}

#spriteshape img{
    height: 24vw;
    max-height: 280px;
    margin-inline: .5rem;
}

#animations img{
    height: 23vw;
    max-height: 250px;
}

#state img{
    height: 17vw;
    max-height: 200px;
    border-radius: 50%;
}

#end{
    height: 20vw;
    max-height: 15rem;
    margin-left: 2rem;
    border-radius: 50%;
}

@media screen and (max-width: 850px){
    .group{
        flex-direction: column;
    }

    #animations{
        flex-direction: row;
    }

    #state{
        flex-direction: row;
    }
}
