body {
    margin: 0;
    background: url('/backgrounds/hcbg_links.gif');
    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;        
  }
  
  
  .content {
    flex: 1;                  
    display: flex;
    flex-direction: column;
  }
  
  .text-box {
    width: 100%;               
    max-width: 800px;         
    margin-left: auto;
    margin-right: auto;  
    padding: 20px;
    border: 4px solid #fff;
    border-radius: 15px;
    background: linear-gradient(rgb(68, 68, 182), rgb(0,0,99));
    color: #f1eded;
    text-align: center;
    align-items: center;
  }
  
  .nav-buttons {
    width: auto;           
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  
  .nav-buttons a img {
    width: 100%;            
    height: auto;
  }
  
  
  .nav-buttons a.active {
    border: 1px solid rgb(255, 255, 255);
  text-align: center;
  padding: auto; 
  }


  

 
