*{box-sizing:border-box;}

html,body{
  margin:0;
  height:100%;
  font-family:Helvetica Neue, Helvetica, sans-serif;
  font-weight: 100;
}

.fullscreen{
  display:block;
  width: 100%;
  height: 100%;
  position: relative;
}

.centered{
  font-size: 32px;
  width:100%;
  height: 300px;
  margin: auto;
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
}

.white{
  color: white;
}

span{width:6ch;display:inline-block;}

h1{
  font-size: 100px;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}


[data-rotate]{
  background: linear-gradient(#1ad6fd,#1d62f0);
}
