html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #000000;
  background-image: url('/assets/images/skinhead.svg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 75%;
  color: #FFFFFF;
  height: 100%;
  margin: auto;
  padding: 0;
  width: 100%;
}
