html {
    background-color: #121212 !important;
    text-align: center;
}

body {
    color: #E0E0E0;
    font-family: Helvetica;
    margin: 0 auto;
}

h1 {
    text-align: center;
}

.image-container {
    text-align: center; /* Center the image and link */
    margin-top: 2rem;
}

img {
    max-width: 90%; /* Ensure the image is responsive and doesn't overflow */
    height: auto;
    border: 2px solid white; /* Optional: adds a nice border */
    border-radius: 6px; /* Optional: rounds the corners */
}

.back-link {
    display: block;
    margin-top: 1rem;
    color: #B0B0B0;
    text-decoration: none;
}
