@font-face {
  font-family: 'HN';
  src: url('/fonts/HN.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('/fonts/HN.woff2') format('woff2')
}

*{
  font-family: 'HN', Arial, Helvetica, sans-serif;
    border: 0;
    padding: 0;
    margin: 0;
  }
  
  #gradient {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 100vw 0 0;
    border-color: white black transparent transparent;
    transform: scale(1.000);
    z-index: 0;
    position: absolute;
  }

  h2 {
    letter-spacing: -0.04em;
    font-size: 68px;
    color:rgb(24, 24, 24);
    font-weight: 100;
    line-height: 60px;
  }

  p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color:white;
    background-color: rgb(0, 0, 0);
    text-align: left;
    box-shadow: darkslategrey;
    border-radius: 15px;
    line-height: 70px;

  }

  #mainImage {
    max-width: 100%;
    height: auto;
  }

  #header {
    position: absolute;
    text-align: center;
    top: 10px;
  }

  #byline {
    position:absolute;
    text-align: right;
    right: 1vw;
    top: 70vh;
    color:white;
  }

 li {
    text-align:right;
    list-style-type: none;
  }

  #social {
    position: absolute;
    right: 1vw;
    text-align: right;
    top: 10vh;
    line-height: 50px;
    width: 50px;
  }

  .socialIcon {
    width: 50px;
    height: 50px;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
 