﻿/* ***********************************************************************
 *
 *  File:   custom.css
 *
 *  Descr:  Custom CSS for the Benigni document about Svejk.
 *
 *  Author: Jomar Hønsi, 2026
 *
 * ************************************************************************/

h2 {
    text-align: center;
    font-size: 1.6em;
}

div.main {
    width: 920px;
    margin: 0 auto;
}

figure.image-custom {
    max-width: 100%;
    float: none;
    background-color: transparent;
    border: none;
}