body {
    padding-bottom:20px;
}
h1, h2{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

h2{
    font-size:0.90em;

}
h2.exercise-title{
    padding-top:15px;
}

div#content{
    width:680px;
    margin:auto;    
}

p {
    padding-top: 15px;
    font-size: 21px;
    line-height: 32px;
}
.italic{
    font-style: italic;
}
.snippet{
    float:right
}
.amazon-image-link{
    float:right;
    padding-top:15px;
    padding-left:5px;
    width:40%;
}
.border {
    border:1px solid black;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.home-pattern-section{
    width:400px;
    float:left;
    padding: 20px;
}

.cropped{
    object-fit: cover;
    max-height:150px;
    min-width: 100%;
}
.col{
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
}
