@import url(https://fonts.googleapis.com/css?family=Electrolize);
body {
  margin: 0;
  padding: 0;
 font-family: 'Electrolize';
  font-size: 4em;
  text-transform: ;
  background-color: #000;
  color: hsla(0, 0%, 93%, 1);
  width: 100%;
  overflow: hidden;
	
}

p {
	
  
}

#box {
	display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
	height: 100%;
}


@media screen and (min-width: 1400px) {
  body {
    font-size: 4em;
  }
}


@media screen and (max-width: 768px) {
  body {
    font-size: 2em;
  }
}