body {
    background-color: black;
    color: white;
}

button {
    background-color: black;
    color: white;
}

.mf-container {
    display: flex;
    justify-content: center;
}
