body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#page {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

#header {
    text-align: center;
    padding: 20px 0;
}

#header img {
    max-width: 100%;
    height: auto;
}

#content {
    text-align: center;
    padding: 20px;
}

#content img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 2em;
    margin-top: 10px;
    background: -webkit-linear-gradient(#00b6ff, #00491d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

#footer a {
    color: #1664c5;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.5em;
    }
}
