body {
    background-color: #004400;
    color: #e0e0e0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
}

img {
    transform: scaleX(-1);
    height: 220px;
    width: 260px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

a {
    color: #e0e000;
    text-decoration: underline;
}

a:hover {
    color: #e0e000;
    text-decoration: none;
}
