@font-face 
	{
	font-family: Dosis;
	src: url('fonts/Dosis-Light.woff2'), url('fonts/Dosis-Light.ttf');
	}

* {box-sizing: border-box; margin: 0; padding: 0; border: none; font-family: Dosis; font-size: 18px; font-weight: 100;}

html, body {height: 100%; width: 100%;}

body 
  {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7cb; 
  font-size: 12px;
  }
  
div 
  {
  color: white; 
  font-size: 20vw;
  text-shadow: 14px 14px 14px rgba(150, 150, 150, 1);
  }
