body {
    font-family: "Georgia", "Times New Roman", Times, serif;
    background-color: #fdfcfb;
    color: #333;
    margin: 40px auto;
    max-width: 800px;
    padding: 0 20px;
    line-height: 1.8;
}



nav {
    margin-bottom: 20px;
    font-size: 1rem;
}

nav a {
    margin-right: 15px;
    text-decoration: none;
    color: #3366cc;
}

nav a:hover {
    text-decoration: underline;
}

nav a:hover {
    color: #cc3300; /* muted red or classic brown */
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

h1, h2 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #222;
    margin-bottom: 10px;
}

h1 {
    font-size: 2.2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

h2 {
    font-size: 1.5em;
    margin-top: 30px;
}

h1, h2 {
    letter-spacing: 0.5px;
}

ul {
    padding-left: 20px;
    list-style-type: square;
}

li {
    margin-bottom: 10px;
}

p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

footer {
    margin-top: 40px;
    font-size: 0.9em;
    color: #777;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}


/* For Smaller Screens*/

@media (max-width: 600px) {
    body {
      margin: 20px 10px;
    }
  }