/* Schriftarten */
/* Schriftart */
@font-face { font-family: 'bodoni';
             src: url('bodoni-mt.ttf')  format('ttf'); }

body {
    background-color: #e6e6e6;
    font-size: 0.95em;
    font-family: bodoni;
    color: #403d31;
}

.container {
    width: 60vw;
    padding: 2vw;
}

h2 {font-size: 2.5em; font-weight: 100;}

h3 {font-size: 1.8em; font-weight: 100;}