@charset "utf-8";

Body {font-size: 22px; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; height: 100%;}

.body {width: 100%;}
.contentContainer {
    width: 100%;
    padding: 20px;
    background-color: #eae3d9;
    margin: auto;
}
.content {text-align: center; font-size: 22px; font-weight: bold;}
.content img {max-width: 100%; max-height: 800px;}
.footer {margin-top: 30px; text-align: center;}
