body {
    background: rgb(204,204,204);
    padding: 0;
    margin: 0;
    font-size: 1em;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
i {
    font-style: italic;
}
b {
    font-weight: bold;
}
h1, h2, h3 {
    font-weight: bold;
}
.container {
    width: 210mm;
    margin: 1em auto 0 auto;
    box-shadow: 0 0 1em rgba(0,0,0,0.5);
    border-radius: 5px;
    overflow: hidden;
    background: white;
}
.body {
    padding: 0;
    columns: 105mm 2;
}
.body .page {
    margin: 0;
    width: 10.5cm;
    height: 14.8cm;
    float: left;
    padding: 3em 1em 1em 1em;
    box-sizing: border-box;
}
.program h3 {
    font-weight: bold;
    letter-spacing: 0.5em;
    margin-right: -0.5em;
    margin-bottom: 2em;
}
.program ul {
    list-style: none;
    margin-bottom: 2em;
}
.program ul li {
    margin-bottom: 1em;
}
.program p i {
    font-weight: bold;
}
.content h1 {
    font-size: 1.5em;
    margin: 1em 0;
}
.content h3 {
    margin-bottom: 1em;
}
.cover {
    text-align: center;
}
.cover img {
    width: 125px;
    margin-top: 1em;
}
.cover h1 {
    font-size: 1.5em;
    margin-top: 1em;
}
.footer {
    text-align: center;
    padding-bottom: 1em;
}
.footer .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .logo img {
    width: 50px;
}