@font-face {
    font-family: YouTube Sans, Arial;
    src: url(..//wolfn.net/fonts/YouTubeSansRegular.otf);
  
}

@font-face {
    font-family: YouTube Sans, Arial;
    src: url(../wolfn.net/fonts/YouTubeSansBold.otf);
    
}

body {
    margin: 0;
    background-color: #0f0f0f;
    color: hsl(0, 0%, 10%);
    line-height: 1.5;
    text-align: center;
  }
  
  .content-width {
    max-width: 70ch;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  
  header {
    margin-bottom: 6rem;
    padding: 2rem 0;
    background-color: #0f0f0f;
    color: #ffffff;
    text-align: center;
  }
  
  header p {
    color: #ffffff;
    font-family: YouTube Sans, Arial;
    text-align: center;
  }
  
  h1 {
    margin: 0;
    line-height: 1.25;
    font-family: YouTube Sans, Arial;
    text-align: center;
    font-size: 37px;
  }
