
body {
	background-color: #545a5c;
}

/* Code so that I can easily put the under contruction image in the center */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

