html, body {
	height: 100%;
	width: 100%;
	position: relative;
}

#container {
	font-family: monospace;
	background-color: #8BD3F4;
	margin: 0;
	padding: 0;
	position: relative;
}

.point {
	position: absolute !important;
	width: 5px;
	height: 5px;
	background: red;
	border-radius: 50px;
}

.shape {
	position: absolute !important;
	background: red;
	background-size: 70px 70px;
	background-image: url('https://www.mind-it.info/wp-content/uploads/2014/09/Hypnotoad.gif');
}