body {
	overflow: hidden;
	margin: 0;
  background: #000 url('/assets/images/pattern.jpg') no-repeat;
  background-size: cover;
}

/* .container { } */

header {
  position: absolute;
  width: 100%;
  text-align: center;
}

#pattern,
#mx {
  display: inline-block;
  width: 90%;
  margin: 1em auto 0;
  font-family: 'Maven Pro', sans-serif;
  text-transform: uppercase;
  color: #fff;
  user-select: none;
}

#mx {
  width: 25%;
  margin: 0;
}
