body {
  background-color: #111111;
  -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;
	}
.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;
	color: #ffffff;
	}
.bottomright {
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
