/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  margin: 8px;
background-color: #00000;
}

    @font-face{
      src: url(fonts/trial-large-italic.otf);
      font-family:Large;
          
    }
    
  
h1{
  color: #00000;
  font-family: "Stack Sans Headline", sans-serif;
  font-weight: <bold>;
  font-style: normal;
  font-size: 170px;
  line-height: 0.8em;
  margin-bottom: 30px;
  margin-top: 50px;
}

  h2{
    color: #00000;
    font-family: stack Sans Headline;Serif
    font-weight: 700;
    font-style: italic; 
    word-spacing: 0.1em;
    padding: 0px;
    margin-top: 8px;
    font-size: 30px;
  }
  