body
{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 105%;
    margin: 20px;
    background-color: rgb(220,220,220);
}

body,
a
{
    color: rgb(100,100,100);
}

.content
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.content div
{
    background-color: white;
    border-radius: 15px;
    flex-basis: 300px;
    padding: 10px;
    margin: 20px;
    border-bottom: 1px solid rgb(200,200,200);
    justify-content: left;
}

.content div img
{
    width: 300px;
    height: 172px;
}

.content div p
{
    width: 300px;
}

div.textOnly p
{
    margin-top: 0;
}

.contact
{
    line-height: 1.75em;
}