@font-face {
    font-family: '3dumbregular';
    src: url('/fonts/3Dumb-webfont.eot');
    src: url('/fonts/3Dumb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/3Dumb-webfont.woff') format('woff'),
         url('/fonts/3Dumb-webfont.ttf') format('truetype'),
         url('/fonts/3Dumb-webfont.svg#3dumbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '2dumbregular';
    src: url('/fonts/2Dumb-webfont.eot');
    src: url('/fonts/2Dumb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/2Dumb-webfont.woff') format('woff'),
         url('/fonts/2Dumb-webfont.ttf') format('truetype'),
         url('/fonts/2Dumb-webfont.svg#2dumbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  box-sizing: border-box;
  color: #fff;
}

html, 
body {
  background-color: #000;
  font-family: '2dumbregular', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

body {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 5rem;
  /*position: absolute;*/
  max-width: 80rem;
  margin: 0 auto;
}

canvas {
  width: calc(100% + 4rem);
  height: 100vh;
  position: absolute;
  z-index: 2;
  margin-left: -2rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 1rem auto 0 auto;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
  z-index: 3;
}

h1 {
  flex: 0 1 auto;
  font-family: '3dumbregular', sans-serif;
  /*font-size: 1.333rem;*/
  font-size: 2.368593037rem;
  margin: 0;
  text-align: center;
}

p {
  flex: 0 1 auto;
  /*font-size: 1.333rem;*/
  font-size: 1rem;
  text-align: center;
}

.umlaut {
  position: relative;
}

.umlaut::before {
	content: "..";
	position: absolute;
	top: -1rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	font-size: 80%;
}

/**
@media (min-width: 320px) {
  h1 {
    font-size: 1.333rem;
    font-size: 2.368593037rem;
  }
}
*/
@media (min-width: 375px) {
  h1 {
      font-size: 3.157334518321rem;
  }
}

@media (min-width: 480px) {
  h1 {
    font-size: 4.208726912921893rem;
  }  
  
  p {
    font-size: 1.776889rem;
  }
  
  .umlaut::before {
      top: -1.5rem;
  }
}

@media (min-width: 640px) {
  h1 {
    font-size: 5.610232974924883rem;
  }  
  
  p {
    font-size: 2.368593037rem;
  }
  
  small {
    font-size: 1rem;
  }
}