body {
    background-color: #444;
    max-width: 800px;
    padding: 0px;
    margin: 10px;
    color: #ccc;
    text-shadow: 0px 1px 0px rgb(40, 40, 40);
    
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
}
ul {
    list-style: none;
}
a {
    color: #ccf;
}
.menuentry {
    display: flex;
    
    justify-content: right;
}

.warning {
    color: #fcc;
}