.site-banner {
    width: 100%;
    background-color: #020617; 
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.site-banner img {
    max-width: 100%; 
    width: 720px;    
    height: auto;
    display: block;
}

body {
  background-color: #020617; 
  color: #f8fafc;           
  font-family: "Georgia", serif; 
  line-height: 1.6;
  margin: 0 auto;
  max-width: 720px;         
  padding: 40px 20px;
}


h1, h2, h3 {
  color: #ffffff;
  font-family: sans-serif;
  margin-bottom: 0.5em;
}


a {
  color: #ffd53d;           
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
}