body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #e0e0e0, #b0b0b0); /* Ezüstös színátmenet */
    margin: 20px;
    text-align: center;
}

h1 {
    color: #2c322c;
    font-size: 3.5em;
    font-family: 'Great Vibes', cursive;
}

img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
}

