html, body {
    margin: 0;
    padding: 0;
}

body {
	text-align: center;
	background-image: url('/assets/img/background.png');
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	image-rendering: pixelated;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: -1;
  overflow: hidden;
}

#tamalenus {
    z-index: -2;
    position: fixed;
}
