/* General styles applied to all site pages */
body {
    text-align: center;
    margin: 0 auto;

    background-color: black;
    color: white;
    width: 35em;
}