body {
    background-color: #111;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 40px;
    
}

h1 {
    font-size: 2.5em;
    color: #ff9900;
    margin-bottom: 20px;
}

a {
    color: #00ccff;
    text-decoration: none;
    font-size: 1.2em;
}

a:hover {
    text-decoration: underline;
}

img {
    margin-top: 30px;
    border: 2px solid #444;
    border-radius: 8px;
}