body {
    margin: 0;
    background: url('/backgrounds/hcbg_emulation.png');
    font-family: sans-serif;
    background-repeat: no-repeat;
      background-size: cover;
      background-position: center; 
      margin: 0;
    }
  
  

  .site-header {
    text-align: center;
    padding: 20px 0;
  }
  
  .site-header img {
    height: 180px;          
  }
  
  
  .layout {
    display: flex;
   
    gap: 20px;              
    padding: 20px 0;        
  }
  
  .nav-buttons {
    width: auto;           
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  
  .nav-buttons a img {
    width: 100%;            
    height: auto;
  }
  
  
  .content {
    flex: 1;                  
    display: flex;
    flex-direction: column;
  }
  
  .text-box {
    width: 100%;               
    max-width: 1000px;         
    margin-left: auto;
    margin-right: auto;  
    padding: 20px;
    border: 4px solid #fff;
    border-radius: 15px;
    background: linear-gradient(rgb(57,56,222), rgb(0,0,99));
    color: #fff;
    text-align: center;
    align-items: center;
  }
  
  .nav-buttons a.active {
    border: 1px solid rgb(255, 255, 255);
  text-align: center;
  padding: auto; 
  }

  .resource {
    background-color: (rgb(57,56,222), rgb(0,0,99));
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    color: white;
  }
  
  .resource h4 {
    margin-top: 0.5em;
    font-size: 18px;
  }
  
  .resource img {
    max-width: 100%;
    height: auto;
    margin: 5px 0;
  }
  
  .resource a {
    color: #ffcc00;
    text-decoration: none;
  }
  
  .resource a:hover {
    text-decoration: underline;
  }
  
  