@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

body {
  color: white;
  margin: 0;
  text-align: center;
  background-color: black;
  font-family: 'SF Pro Display', sans-serif;
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
  filter: hue-rotate(14.5deg);
}
p {
  color: rgba(255,255,255, 0.5)
}
.header {
  width: 190%;
  left: -45%;
  top: 45%;
}
.no-text .header {
	display: none;
}
.white-logo {
	position: absolute;
	width: 119px;
	height: 42.5px;
	top: 50px;
	left: 50px;
}
.footer {
  bottom:3%;
}
.description {
  color: gray;
  padding-top: 50px;
}
a, a:hover, a:visited {
  color: white;
  text-decoration: none;
} 
.disable-selection {
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
h1 {
	font-size: 4.2vw;
	margin-bottom: 0.84vw;
}
p {
	font-size: 1.68vw;
	margin-bottom: 1.68vw;
}
h1::after {
  content: '';
  font-size: 12px;
  position:absolute;
  top: 3px;
  padding-left: 5px;
  font-weight: 400;
}
@media(max-width: 499px) {

}
h2::after {
  content: '2';
  font-size: 12px;
  position:absolute;
  top: 14px;
  padding-left: 5px;
}