body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: white;
    color: black;
}

.centered-text {
    text-align: center;
    font-family: monospace;
    line-height: 1;
    white-space: pre-line;
}
