body {
    background-color: black;
}

.ascii-art {
    font-family: monospace;
    white-space: pre;
    text-align: center;
    color: rgb(255, 0, 0);
}

/*img {
    align-items: center;
    text-align: center;

}
*/

.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

h1 {
    color: white;
    text-align: center;
}