@font-face {
    font-family: HelvNow;
    src: url(./../../HelveticaNowDisplay-Regular.woff2) format('woff2'), url(./../../HelveticaNowDisplay-Regular.woff) format('woff');
    font-weight: bold;
    font-display: swap;
}
  
  /* Add a black background color to the top navigation */
  .topnav {
      background-color: rgba(51, 51, 51, 0);
      overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .logo{ 
    width: 35px;
      margin: 13px;
      margin-left: 2px;
      margin-top: 20px;
  }
  
  .leftnav-aligning {
      float:left;
  }
  
  .topnav-left {
    float: left;
    margin-right: 2px;
    margin-top: 9;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: rgba(39, 39, 39, 0);
    color: #00ffce;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #04aa6d00;
    color: rgba(255, 255, 255, 0);
  }
  
  .rightnav-aligning {
      width:100%;
  }
  
  /* Right-aligned section inside the top navigation */
.topnav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  text-decoration: none;
  text-align: right;
  margin-top: 33px;
  margin-right: 5px;
}

.topnav-right a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 0;
}

.topnav-right a img {
  display: block;
  margin: 0;
  height: auto;
}

.twitter {
  width: 20px;
}

.insta {
  width: 17px;
}

.linkedin {
  width: 18px;
}

.tinder {
  width: 17px;
}
  
  body {
      margin: 60px auto;
      margin-top: 0%;
      font-family: HelvNow;
  /*     src: url(/HelveticaNowDisplay-Regular.woff2) format('woff2'), url(/HelveticaNowDisplay-Regular.woff) format('woff');
      src: url(/HelveticaNowDisplay-Regular.ttf);
      src: url(/HelveticaNowDisplay-Regular.eot); */
        background-color: #000000;
        color: #ffffff;
      width:97%;
      max-width: 580px;
      font-size: 18px;
      line-height: 26px;
    }
    
    header {
      margin-top: 0px;
      margin-bottom: 0px;
      display:flex;
        <style type="text/css";
    -webkit-font-smoothing: antialiased;
    }
    
    header a {
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px dotted #ffffff;
    }
    
    header a:visited {
        color: #484848;
    }
    
    header a:hover {
        border-bottom: 1px solid #999892;
    }
    
    h1 {
      font-size: 38px;
      line-height: 42px;
      font-weight: normal;
      margin-bottom: 20px;
    }
    
    body.post h1 {
      margin-bottom: 5px;
    }
    
    body.post header p {
      font-size: 14px;
    }
    
    h2 {
      margin-top: 40px;
      margin-bottom: 5px;
    
      font-size: 24px;
      font-weight: normal;
    }
    
    h3 {
      margin-top: 20px;
      margin-bottom: 5px;
    
      font-size: 20px;
      font-weight: bold;
    }
    
    img.avatar {
      background-size: 100%;
      display: block;
      height: 80px;
      overflow: hidden;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      width: 80px;
      margin-right: 15px;
      max-width: 100vw;
    } 
    
    
    pre {
      font-size: 15px;
      white-space: pre;
      word-wrap: normal;
      overflow: auto;
      width: auto;
    }
    
     @media screen and (max-width: 580px) {
     
      body {
        
        margin: 10px auto;
        padding: 0 20px 0 20px;
        width: auto;
        word-wrap: break-word;
      }
         
  /*     .logo {
          margin:auto;
          margin-top: 5px
          padding:auto;
         } */
         
  /*     .topnav-right {
          overflow:hidden;
          margin-botton: 20px;
         } */
    
      pre {
        font-size: 14px;
        line-height: 16px;
      }
    
      img {
        max-width: 100%;
        width: auto;
        height: auto;
      }
    
      img.avatar {
        height: 110px;
        width: 110px;
      }
    
      .video-wrap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
      }
    
      .video-wrap iframe,
      .video-wrap object,
      .video-wrap embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
    } 
    
    
    a {
      color:  #ffffff;
    }
    
    p {
      margin: 0 0 2ex 0;
    }
    
    ul {
      margin: 0 0 2ex 0;
      padding: 0;
    }
    
    li {
      margin: 0 0 0 20px;
      padding: 0;
    }
    
    .cover-left {
      width: 49%; 
      float: left;
      padding-right: 2%;
    }
    
    .cover-right {
      width: 49%; 
      float: left; 
    }
  
    hr {
        margin-bottom: 20px;
        margin-top: 30px;
    }
  
  html, body{
      width:100%;
      overflow-x:hidden;
      }
  
    .resource-categories {
        display: inline-block;
    }
  
    .resource-category-img{
        padding-right: 25px;
    }
  
    .resource-category-text a{ 
        color: #ffffff;
        font-size: 21px;
    }
  
    .resource-category-text a:hover{ 
      color: #00ffce;
      font-size: 21px;
  }
  
    .resource-category-text p{ 
      color: #949494;
      font-size: 15px;
      margin-bottom: 30;
      margin-top: 10;
  }
  
    .footer {
      margin: 60px auto;
      padding-top:30%;
      font-family: Helvetica, serif;
        background-color: #000000;
        color: #ffffff;
      width: 580px;
      font-size: 18px;
      line-height: 26px;
      padding top: 100px;
    }
  
    .footer-socials{
        float: right;
        margin-left: 10;
    }
  
    .footer-text {
        float: left;
        color: #363636;
        padding-top: 15px;
        font-size: small;
    }
  
  
  