.headerBackground {
    height: 200px;
}

.headerBackground img {
    width: 100%;
    height: 200px;
}

body {
    overflow: hidden;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Calibri';
    overflow: auto;
}

.container {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    width: 100%;
}

.titleContainer {
    background-color: #006082;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12;
    color: #A8C4D0;
    font-weight: bold;
}

.subtitle {
    font-weight: bold;
}

.textContainer {
    padding-left: 100px;
    padding-right: 100px;
    background-color: #006082;
    height: 100%;
    color: #A8C4D0;
}

.textContainer p {
    text-decoration: underline;
}

.pageNavigation {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #A8C4D0;
}

.pageNavigation div {
    padding-right: 10px;
    font-family: 'Calibri';
    font-size: 12;
    font-weight: normal;
}

.pageNavigation div a {
    color: #006082;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.email {
    color: #A8C4D0;
}