body {
        background: linear-gradient(rgba(77, 115, 146, 0.8),
                                rgba(77, 115, 146, 0.4));
        background-repeat: no-repeat, no-repeat;
        background-position: bottom center, left;
        background-attachment: fixed;
        background-size: contain;
        height: 100%;
/*      width: 100% */
        max-width: 60em;
        margin: auto;
/*	margin: 0.5em; */
/*      position: relative; */
        transition: background-color 2s;
}

div {
	margin: 0.5em;
}
