    body {
      font-family: sans-serif;
      text-align: center;
      padding: 3em;
      margin: 0;
      background: #f9f9f9;
    }
    h1 {
      font-size: 1.8em;
      color: #2c3e50;
    }
    p {
      font-size: 1em;
      max-width: 600px;
      margin: 1em auto;
      color: #555;
    }
    button {
      padding: 1em 2em;
      font-size: 1em;
      background-color: #3498db;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 20px;
    }
    button:hover {
      background-color: #2980b9;
    }
 a {
         font-size: 1em;

      color: #555;
  }    
  a:hover{
         font-size: 1em;

      color: #0000ff;
  }    
       
a.tho_links{
         font-size: .8em;
      margin: 1em auto;
      color: #555;
      text-decoration: none;
   } 
    
#cookie-popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eee;
  padding: 10px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
}
#cookie-popup.hidden {
  display: none;
}
