html, body
{
    margin: 0;
	background: rgb(246, 251, 179); /* pale yellow */
    width: 100%;
    height: 100%;
    overflow: hidden;
}