body {
    background: black;
    color: white;
}

.title {
    font-family: 'Courier New', Courier, monospace;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

.title img {
    height: 40%;
    width: 40%;
}

.service-table {
    border: 2px solid white;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.service-table td,
.service-table th {
    border: 1px solid white;
    height: 22px;
    text-align: center;
    width: 33%;
}

.service-table td:first-child {
    font-style: oblique;
}

.footer {
    text-align: center;
}

.footer a {
    color: white;
}
