ul#menu li {
  display:inline;
  padding-right: 20px;

}

ul#menu{
margin: 0;
padding: 0;
}


body {
	
 font-family: system-ui, sans-serif;
   font-size: 17px;
  line-height: 1.7;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #f9f9f9;
   color: #222;
}


.site-header {
  margin-bottom: 30px;
  text-align: left;
  background: #f4f3f1;
  padding: 10px;
}

.site-header a {
  text-decoration: none;
  font-size: 1.5em;
  font-family: monospace;
  font-weight: bold;
  color: #3e3e3e;
}


.site-header a:hover {
  color: #000;
  text-decoration: underline;
}




h1 {
  color: #111;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
}


h2 {
  font-size: 1.6rem;
  font-weight: 500;
}

h2, h3 {
  color: #333;
  margin-top: 40px;
  margin-bottom: 10px;
}

p {
  text-align: justify;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  display: block;
}

a {
  color: #0044aa;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #0066ff;
  text-decoration: underline;
}

.site-footer {
  margin-top: 50px;
  font-size: 0.9em;
  color: #777;
  text-align: center;
  font-family: monospace;
  font-weight: bold;
  background: #f4f3f1;
  padding: 18px;
  line-height: 37px;

}

.site-footer a {
  color: #777;
  text-decoration: none;
  margin: 0 10px;
}

.site-footer a:hover {
  color: #000;
  text-decoration: underline;
}


@media (max-width: 600px) {
  .site-header a {
    font-size: 0.8em;	
  }
  
  h1 {
  font-size: 1.4rem;
  font-weight: 600;
  }
  
  h2 {
  font-size: 1rem;
  font-weight: 500;
}

h2, h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}


body {	
 font-family: system-ui, sans-serif;
   font-size: 15px;
  line-height: 1.2;
  margin: 20px auto;
  padding: 0 10px;
  background-color: #f9f9f9;
   color: #222;
}

  
}
