﻿/* Center pages horizontally */
html {
    display: table;
    margin: auto;
}

/* Set a background color */
/*
body {
    background-color: lightblue;
}
*/