body {
    background-image: url("images/speckleb.gif");
    background-attachment: fixed;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #222;
    font-size: 1rem;
    line-height: 1.5;
}
header, footer, section {
    max-width: 900px;
    margin: 0 auto 2rem auto;
    padding: 0 1rem;
}
h1 {
    font-size: 2.5rem;
    color: #000080;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
    margin: 1.5rem 0 0.5rem 0;
}
h2, h3 {
    font-family: sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
}
h2 {
    font-size: 1.75rem;
    color: #800000;
    margin: 2rem 0 1rem 0;
}
h3 {
    font-size: 1.25rem;
    color: #000;
    margin: 1.5rem 0 1rem 0;
    text-align: left;
}
ul {
    list-style-type: disc;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}
p {
    margin-bottom: 1rem;
}
a {
    color: #000080;
    text-decoration: underline;
    font-family: cursive;
    transition: color 0.2s;
}
a:visited {
    color: #008000;
}
a:active {
    color: #808080;
}
a:hover {
    color: #c0c0c0;
}
footer {
    text-align: center;
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 2rem;
}
@media (max-width: 700px) {
    body, header, footer, section {
        max-width: 100%;
        padding: 0.5rem;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    ul {
        padding-left: 1.2rem;
    }
}
