* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    background-color: #FFF8DC;
    font-family: Arial;
    font-size: 18px;
    line-height: 150%;
}

.container {
    width: 1080px;
    margin: 20px auto 0 auto;
}

h1 {
    font-size: 40px;
    color: #0A5B9A;
    text-align: left;
    float: left;
    margin-top: 8px;
    margin-bottom: 20px;
}

h2 {
    font-size: 25px;
    color: #0A5B9A;
    text-align: left;
    float: left;
    margin-top: 8px;
    margin-bottom: 35px;
    margin-left: 10px;
}

.main-text {
    width: 60%;
    float: left;
}

.description {
    text-align: justify;
    margin-right: 20px;
    margin-bottom: 40px;
}

.picture {
    width: 40%;
    float: left;
    margin-top: 5px;
}    

.picture img {
    max-width: 100%;
    height: auto;
}

.bold-text {
    font-weight: bold;
    margin-bottom: 20px;
}

.page-links {
    text-align: center;
    margin-bottom: 20px;
}
