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

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


#sketches img{
    height: 28vw;
    max-height: 20rem;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#sketches {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 0.5rem;
}

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

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

#character img{
    width:50%;
}

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

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

#player{
    height: 25vw;
    max-height: 18rem;
}