body {
    font-family: Arial, sans-serif;
    background: #012352;
    color: #0059ff;
    margin: 0;
    padding: 40px;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 0.3em;
    color: #0ab5ee;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    color: #3198ff;
}

img {
    max-width: 250px;
    border-radius: 12px;
    margin-bottom: 1em;
    box-shadow: 0 4px 16px rgb(255, 255, 255);
}

a {
    display: inline-block;
    padding: 0.6em 1.2em;
    background: #a38709;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.2s;
}

a:hover {
    background: #c13584;
}