body {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 255, 235);
    background-image: url(./noise.png);
    font-size: 15px;
}

/* HEADER */
header {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.title-table {
    width: 100%;
    table-layout: fixed;
}

.title-table td {
    vertical-align: top;
}

.title {
    text-align: start;
    font-weight: bold;
    font-size: 32px;
    color: #C00000;
}

.date-since {
    text-align: right;
    font-weight: bold;
}

.slogan-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    table-layout: fixed;
    font-size: 22px;
}

.slogan-table b {
    color: #C00000;
    font-size: 24px;
}

.header-image {
    max-height: 120px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slogan-1, .slogan-2 {
    text-align: right;
    font-size: 18px;
}

.slogan-1 {
    vertical-align: top;
}

.slogan-2 {
    vertical-align: bottom;
}

/* MAIN */
main {
    margin-top: 20px;
}

.main-table {
    width: 100%;
    table-layout: fixed;
}

.main-table th {
    text-align: left;
}

.main-table td {
    vertical-align: top;
}

.main-table td:first-child {
    padding-right: 40px;
}

.list-starter {
    margin-bottom: 16px;
}

.main-table ul {
    padding-left: 20px;
    margin-top: 0px;
}

.main-table li:not(:last-child) { 
    margin-bottom: 8px;  
 }

/* FOOTER */
footer {
    border-top: 1px solid black;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #C00000;
}

.details {
    width: 100%;
    border-collapse: collapse;
}

.details th {
    text-align: left;
    font-weight: normal;
}

.details td {
    font-weight: bold;
}

.details td, .details th {
    padding-left: 5px;
    border-left: 1px solid black;
}

/* td {
    border: 1px solid black;
} */