body {
    font-family: 'Lato';
    font-size: large;
    color: rgb(48, 48, 48);
    background-color:rgb(234, 234, 234);
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
}

.backgroundImage {
    z-index: -1;
    position:fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    /* left: 0px; */
    /* bottom: 0px; */
    width:100%;
    min-height: 100%;
}

.erratum {
    padding: 20px 30px;
    border: solid #999999 1px;
    background-color: #eeeeee;
    box-shadow: 5px 10px #aaaaaa;
}
.erratum h2, .erratum h3 {
    margin-top: 0px
}

.content {
    box-sizing: border-box;
    width: 1100px;
    max-width: 100%;
    margin: 0px auto;
    padding: 70px;
    padding-top: 20px;
    background-color: white;
    min-height: 100%;
}

.main {
    margin-top: 50px;
}

.message {
    padding: 30px;
    border: solid 1px rgb(206, 206, 206);
}

h1 {
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
}

h2 {
    margin-bottom: 30px;
}

h3 {
    margin-bottom: 25px;
}

hr {
    margin: 40px auto;
}

/* ul.important {
    line-height: 2;
} */

li + li {
    margin-top: 10px;
}

.fullWidthImage {
    margin-top: 30px;
    width: 100%;
}