html, body {
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 2.0rem;
}

body {
    background: url(../img/background.jpg) fixed center;
    background-size: cover;
}

.table {
    /*max-width: 1170px;*/
    margin-bottom: 0;
}

.chapter {
    background-color: rgba(255,255,255,0.25);
    text-align: justify;
    margin-bottom: 15px;
}

.between {
    margin-bottom: 15px;
    font-weight: bold;
    font-style: italic;
}

.images .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.images .column {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
.images .column img, .images4 .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    background-color: white;
}
.images4 .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
