
    body {
	color: #fff;
	margin: 0;
    }

    div#blocksContainer {
	width: 100vw;
	height: 100vh;

	display: flex;
	align-items: center;
	justify-content: center;
    }

    #blocks {
	font: "Lucida Console", Monospace;
	color: #f0f;
	border-width: 5px;

	box-sizing: border-box;
	resize: none;
	
	width: 100%;
	height: 100%;

	max-width: 100%;
	max-height: 100vh;

	font-size: 4pt;
	font-weight: bold;
	background-color: #ccf;
	background: linear-gradient(#dff, #fff, #ccf); /* the standard */
	background-repeat: no-repeat;
    }
