body {
    color: #0C0C0C;
    background-color: #CDCDCD;
}
h1 {
    text-align: center;
    color: #89342D;
}
h2 {
    text-align: center;
    color: #0C0C0C;
    margin-bottom: 50px;
}
a, :visited {
    color: #89342D;
    text-decoration: none;
}
div {
    width: 1214px;
    margin-left: auto;
    margin-right: auto;
}
img {
    margin-top: 25px;
}
figure {
    display: table-cell;
    text-align: center;
    width: 300px;
    border-style: solid;
}
figure.no-left {
    border-left-style: none;
}
figure.no-top {
    border-top-style: none;
}
figure.no-top-no-left {
    border-left-style: none;
    border-top-style: none;
}
figcaption {
    display: table-cell;
    width: 300px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}
p#footer {
    margin-top: 60px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}
p#footer a {
    color: #89342D;
}
