@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=8558e8c0-6caa-4eea-9829-6f0df2c4e1b3&fontids=5345266");

@font-face{
    font-family:"Helvetica Neue LT Std 53 Extended";
    src:url("../fonts/708b7649-0533-451d-99be-c6d66bf6a6d7.eot?#iefix");
    src:url("../fonts/708b7649-0533-451d-99be-c6d66bf6a6d7.eot?#iefix") format("eot"),url("../fonts/fdf81c22-8f80-4f1a-901c-7edd6ff65831.woff2") format("woff2"),url("../fonts/fc832a5f-8d9c-414d-86a5-24d1932e184d.woff") format("woff"),url("../fonts/1db703cb-412b-4f13-9991-c4ad09f109b3.ttf") format("truetype");
}

html {
  font-size: 62.5%;
  margin: 0;
  background: #000;
}

body {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  font-family: 'Helvetica Neue LT Std 53 Extended', sans-serif;
}

.wrapper {
  max-width: 54rem;
  padding: 2rem;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 2rem;
  line-height: 1;
}

@media (min-width: 600px) {
  h1 {
    font-size: 6rem;
  }
}

p {
  font-size: 1.5rem;
  line-height: 1.2;
}