
body {
  background: #1A373E;
}
.header {
  width: 100%;
  height: 60px;
  background-image: url("../images/telescope-logo.png"), linear-gradient(to right, rgba(1, 1, 1, 1), rgba(1, 1, 1, 1));
  background-repeat: no-repeat, no-repeat;
  background-position: 90% 60%, right;
}
.container {
  max-width: 600px;
  margin: 100px auto;
}
.content {
  background: #E1E5E5;
  padding: 10px;
  min-height: 200px;
  border-radius: 7px;
}
.clear {
  clear: both;
}
.construction {
	margin: 50px auto;
	max-width: 500px;
  color: #50748A;
}
