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

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

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

    #blocks {
	font: "Lucida Console", Monospace;
	color: #fff;

	box-sizing: border-box;
	resize: none;

	width: 100%;
	height: 100%;

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

	font-size: 6pt;
	font-weight: bold;
	background: rgba(0,0,0,0);
	background: linear-gradient(#000, #333); /* the standard */
	background-repeat: no-repeat;
    }

