html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    color: #444444;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 24px;
}

.flex-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
}

.highlighted {
    color: #ffffff;
}