table,
th,
td {
    border: 1px solid #961919;
    color: white;
}

th,
td {
    padding: 15px;
}

Body {
    background-color: rgba(119, 43, 43, 0.75);
}

#logo {
    height: 100px;
    float: right;
}

#titletext {
    /* display: inline; */
    width: 50%;
    padding: 10px;
    border-style: dotted;
    text-align: center;
    color: white;
    background-color: #961919;
}

#spacer {
    height: 10px;
}