/* views/css/main.css */
body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace; /* Ensures proper rendering of ASCII art */
    background-color: #f0f0f0;
}

div {
    text-align: center;
}

pre {
    white-space: pre; /* Ensure no extra spaces are added */
    margin: 0;        /* Remove any default margin */
}
