@charset "utf-8";
/* CSS Document */


body {
  background-color: black;	
  background-image: url("/images/hyperion-card.1920.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  color: white;	
  }
