body {
    background-image: url('content/background.png');
    background-repeat: repeat;
    background-size: 600px;
    image-rendering: pixelated;
    color: beige;
    width: 1000px;
    max-width: 80%;
    background-color: dimgray;
    margin: 0vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
    font-family: 'Times New Roman';
    margin-bottom: 2vh;
    padding: 0;
}
