body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  .bg-steel {
    background-color: #5f788a;
  }
  
  .site-header .navbar-nav .nav-link {
    color: #cbd5db;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 1vh 2vh;
    padding-bottom: 0%;
    border: 0.1vh solid #dddddd;
    border-radius: 0.3vh;
    margin-bottom: 2vh;
  
  }
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 40vh;
    width: 40vh;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }
  
  
  .no_scrollbar {
    height: 150px;
    overflow: scroll;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
  }
  
  .no_scrollbar::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  
  
  
  
  a:link{text-decoration: none;}
  
  code{
    
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: whitesmoke;
  
  
  max-height: 10vh;overflow: scroll;
  }
  
  .codehilite{
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: whitesmoke;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 4px;
    
  }
  
  
  
  
  
  
  .r0 {
    fill: #ededed;
  }
  
  
  pre code {
    background-color: #eee;
    display: block;
    padding: 2px;
    margin: 2px;
    border-radius: 5px;
    height: fit-content;
    overflow: hidden;
  
  }
  
  
  .media {
    padding-bottom: 0.5em;
  }