body {
    background: #ffffff;
    color: #333333;
    margin-top: 6rem;
  }




@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}


  .bbbackground {
    z-index: 10;
  }
  

  @font-face {
    font-family: LCD;
    src: url(fonts/Minecraft.ttf);
  }
  
  .lcd-font {
    font-family: LCD;
    padding: 20px;
    padding-top: 32px;
  }
  
  .lcd-header {
    font-family: LCD;
    font-size: 32px;
    padding: 17px;
    padding-right: 11px;
    padding-bottom: 10px;
    background-color: #0044ff;
    border-radius: 1.5px;
    color: #ffffff;
    letter-spacing: 2.5px;
    display: inline-block;
  }

  .lcd-header-2 {
    font-family: LCD;
    font-size: 20px;
    padding: 12px;
    padding-right: 6px;
    padding-bottom: 7px;
    background-color: #0044ff;
    border-radius: 1.5px;
    color: #ffffff;
    letter-spacing: 2.5px;
  }

  .lcd-nav-button {
    font-family: LCD;
    font-size: 16px;
    padding: 10px;
    padding-right: 4px;
    padding-bottom: 5px;
    background-color: #0044ff;
    border-radius: 1.5px;
    color: #ffffff;
    letter-spacing: 2.5px;
    text-decoration: none;
  }

  .lcd-nav-button:hover, .lcd-nav-2:hover, .lcd-header:hover{
    background-color: #ffffff;
    color: #0044ff;
  }

  .lcd-nav {
    font-family: LCD;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 5px;
    background-color: #0044ff;
    border-radius: 1.5px;
    color: #ffffff;
    letter-spacing: 2.5px;
    text-decoration: none;
    max-width: 100%;  /* Prevents overflow */
    max-width: 464px;
    text-align: center;
    position: relative;
    width: 100%;
  }


  .lcd-nav-2 {
    align-items: center;
    justify-content: center;
    font-family: LCD;
    font-size: 15px;
    padding: 10px;
    padding-right: 4px;
    padding-bottom: 5px;
    background-color: #0044ff;
    border-radius: 1.5px;
    color: #ffffff;
    letter-spacing: 2.5px;
    text-decoration: none;
    text-align: center;
    max-width: 150px;
    margin: 6px;
  }


  .site-header {
    color: #ffffff;
    font-size: 4rem;
  }

  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .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;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }