/* quote module modification */


blockquote {
font-size:1em;
}

/*background for sketches*/
.sketch-container {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-items: center;
background-color:rgb(253, 249, 206);
padding:1em;
}

.sketch {
display: flex;
flex: 0 1 auto;
margin: .5em;
object-fit: contain;
}