/* styles.css */

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #111;
    color: white;
}

main {
    width: 100%;
}
