body {
    background-color: #dcdcdc;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

.borders {
    border: 6px double #494848;
}

th {
    width: 30%;

    border: 1px solid #494848;
    font-size: 15px;

    /* font-weight: normal */
}

td {
    border: 1px solid #494848;
    font-size: 15px;
}