/* CSS-Datei test.css */

body {
    font-family: monospace, arial;
    color: white;
    font-size: 1.2em;
    padding-left: 2em;
    background-color: rgb(0, 50, 0);
}
