h2 {
    /* color: blue; */
    font-weight: bold;
}

p {
    /* color: red; */
    text-align: justify;
}

thead {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 66, 66);
    border: solid;
}

tr {
    text-align: center;
}


img {
    width: 66%;
    display: block;
    margin: auto;
}

.date {
    font-style: italic;
    text-align: right;
}