@@font-face {
  font-family: 'NeueHaas Display';
  src: url(fonts/NeueHaasDisplay-Roman.ttf);
}

body{
  background-color: black;
  font-family: 'NeueHaas Display', sans-serif;
}

h1{
  text-transform: uppercase;
  color: white;
  font-size: 170px;
  font-weight: 400;
  vertical-align: top;
  padding: 0px 0px 0px 3%;
  margin: 0px;
  line-height: 1em;
}

p, ul, li{
  font-size: 30px;
  color:white;
  padding: 0px 0px 0px 3%;
  text-decoration: none;
}
a{
  font-size: 30px;
  color:white;
  text-decoration-color: white;
}

ul{
  list-style-type: none;
}
