body {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    text-align: justify;
    font-family: Garamond, Times New Roman;
    font-size: 18px;
    line-height: 135%;
    background-image: url("background.png");
}


h2 {
    font-size: 22px;
    border-bottom: 1px #000 solid;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
