body {
    background-color: black;
    color: white;
}
.center {
    text-align: center;
    padding: 10px;
}
.active {
    color: grey;
}
.inactive {
    color: white;
}