body {
    font-family: monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #2c2c2c;
    background-color: #000000;
}
#container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#asciiArt {
    font-family: monospace;
    white-space: pre;
    display: inline-block;
    background-color: #000000;
    color: #2c2c2c;
    padding: 20px;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: 0;
}