* {
	box-sizing:	border-box;
}

html, body {
	height: 100%;
}

body {
  margin: 0px; /* Fill the screen without white borders */
  color: white;
  background-color: black;
  background-image: url("img/under-construction.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px;
}