
  body {
    margin: 0;
    background: url('/backgrounds/hcbg-myreviews.png');
    font-family: sans-serif;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    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(57,56,222), 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; 
}
