body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f0f0f0;
    color: #333;
}
h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    color: #336699; /* A nice blue */
}
h2 {
    font-size: 1.5em;
    margin-top: 20px;
    color: #336699;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.god-list {
    list-style: none;
    padding: 0;
}
.god-list li {
    margin-bottom: 10px;
}
a {
    color: #336699;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
footer {
    text-align: center;
    margin-top: 30px;
    font-size: 0.8em;
    color: #666;
}
.back-link {
    display: block;
    margin-top: 20px;
}
ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
li {
    margin-bottom: 5px;
}
