body {
	background: url(/images/backgrounds/red-wall-1280x720.jpg) no-repeat fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center center;
		}
p {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
	font-size: 12px;
	}
.topleft {
	position: absolute;
	left: 10px;
	top: 10px;
	}
.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ffffff;
	padding: 20px;
	border-radius: 3px;
	}
.bottomleft {
	position: absolute;
	left: 10px;
	bottom: 10px;
	}
.bottomright {
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
