body {
    font-family: system-ui, sans-serif;
    background: #13360e;
    color: #cdd667;
    margin: 0;
    line-height: 1.6;
}

.container {
    max-width: 700px;
    margin: 3rem auto;
    padding: 0 1rem;
}

header,
footer {
    text-align: center;
    margin: 2rem 0;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #cdd667;
    font-weight: 500;
}

nav a:hover {
    color: #007acc;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

a {
    color: #2c5db8;
}

a:hover {
    text-decoration: underline;
}

/* Responsive, centered images */
img {
    display: block; /* Removes inline spacing below images */
    margin: 2rem auto; /* Centers horizontally */
    max-width: 50%; /* Prevents overflow on small screens */
    height: auto; /* Keeps original aspect ratio */
    border-radius: 8px; /* (Optional) Soft rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* (Optional) Subtle shadow */
}
