body {
    background-image: url(/files/images/general/background.png);
    font-family: sans-serif;
    color: white;
}
.content {
    width: 800px;
    margin: 10px auto;
    padding: 10px;
    background-color: #191919;
    text-align: center;
    align-items: center;
}
.content img {
    display: inline-block;
    vertical-align: middle;
}
a {
    color: #f2605e;
}
table {
    margin: auto;
    text-align: center;
}
td,
th {
    text-align: center;
}
#statuscafe {
    background-color: #191919;
}