@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.8rem; /* Reduced base font size */
  letter-spacing: 0.5px;
}

.container {
  max-width: 850px;
  margin: auto;
  background: white;
  padding: 4.8rem;
  padding-top: 2.8rem; 
  padding-bottom: 1.5rem; 
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid rgb(108, 108, 108);
  box-sizing: border-box;
}

header {
  text-align: center;
  margin-bottom: 1.6rem;

}

h1 {
  font-size: 1.2rem;
  margin-top: 0rem;
  

}

h2 {
  margin-top: 2.8rem;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif, serif;
}

a {
  color: #45947f;
  text-decoration: none;
  font-size: 0.8rem;
}

a:hover {
  text-decoration: underline;
  
}




footer {
  text-align: center;   
  color: gray;          
  padding: 12px;        
  background-color: #ffffff; 
  margin-top: 50px;  
}


.site-footer a {
  color: gray;
  font-weight: bold;  
}

.site-footer a:hover {
  color: gray;
}


.titles {
  font-family: monospace;
  white-space: normal;
  word-break: break-word;
  text-align: center;
}
