  html,
  body {
      background-color: rgb(255, 255, 255);
      color: black;
  }
  
  canvas {
      z-index: 9;
      position: fixed;
      bottom: 20px;
      right: 18px;
      /*padding:2em;*/
  }
  
  .KyivTypeSans {
      font-family: "Kyiv*TypeSans";
  }
  
  .KyivTypeSerif {
      font-family: "Kyiv*TypeSerif";
  }
  
  .KyivTypeTitling {
      font-family: "Kyiv*TypeTitling";
  }
  
  h1 {
      z-index: 2;
      font-size: 140px;
      font-family: "Kyiv*TypeSans";
      font-variation-settings: 'wght' 350;
      -webkit-font-variation-settings: 'wght' 350;
      -ms-font-variation-settings: 'wght' 350;
      -moz-font-variation-settings: 'wght' 350;
      -o-font-variation-settings: 'wght' 350;
      font-weight: 350;
      text-align: left;
      margin-left: 0px;
      padding-left: 10px;
      margin-top: 40px;
      margin-bottom: 0px;
      line-height: 80px;
      color: black;
  }
  
  @media screen and (max-width: 640px) {
      h1 {
          font-size: 70px;
          margin-top: -10px;
          line-height: 72px;
      }
  }
  
  @media screen and (max-width: 640px) {
      .home {
          display: block;
          margin-top: 20px;
      }
  }
  
  .navigation {
      z-index: 2;
      position: fixed;
      margin-top: -30px;
      display: none;
  }
  
  @media screen and (max-width: 640px) {
      .navigation {
          z-index: 2;
          position: fixed;
          display: none;
      }
  }
  
  a {
      color: black;
      text-decoration: none;
  }
  
  a:hover {
      color: rgba(0, 255, 163, 1);
      font-family: "Kyiv*TypeTitling";
  }
  
  a:active {
      color: rgba(0, 255, 163, 1);
      font-family: "Kyiv*TypeTitling";
  }
  
  