body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
}

h1 {
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 18pt;
    line-height: 1.5;
    text-align: center;
}

h2 {
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14pt;
    text-align: center;
}

h3 {
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14pt;
    text-align: left;
}

h4 {
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20pt;
    text-align: center;
    color: white;
    background: #527a96;
    margin-top: 30px;
}

#carousel {
    padding-top: 40px;
    background: #527a96 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

p {
    font-weight: 400;
    text-align: left;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border: 3px solid #B2B2B2;
    text-align: left;
    border-collapse: collapse;
}
table td, table th {
    border: 1px solid #B2B2B2;
    padding: 5px 4px;
}
table tbody td {
    font-size: 13px;
}
table thead {
    background: #CFCFCF;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
    border-bottom: 2px solid #B2B2B2;
}
table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}
table tfoot td {
    font-size: 14px;
}