body {
  display: flex;
  justify-content: center;
  background-color: black;
  background-image: url("../img/atem/splash.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: center;
  color: #ffcff5;
  font-size:24px;
  text-align: center;
  text-shadow: 0px 0px 10px purple;
}

#container {
  max-width:50%;
}