body {
  position: absolute;
  width: 100%;
  height: 100%;

  margin: 0px;
  padding: 0px;

  background-color: #0A031A;
  background-image: url('../img/noise.png');

}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: rgba(20, 20, 20, 0.5);
}

::selection {
  color: white;
  background: rgba(20, 20, 20, 0.5);
}

.auto_center {
  margin: 0 auto;
}

#header .header_center {
  text-align: center;
  margin-top: 10%;
}

#header .header_center p {
  font-family: Ubuntu;
  font-weight: bold;
  font-style: italic;
  font-size: 70px;
  letter-spacing: 2px;
  color: white;
}
