@import url('aktura.css');

body, html {
	background:#141211;
  
  display: flex;
  align-items: center;
  justify-content: center;
}


h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:14vw;
  color:#df4415;
padding:1em;
  line-height:1em;
  font-weight: 100;
  font-display: swap;
  font-style: normal;
  font-family: Aktura-Regular;
  text-align: center;
}