
body {
    background-color: #f0f8ff;
    font-family: Arial black, sans-serif;
}
h1 {
    color: #333366;
    text-align: center;
    font-size: 36px;
}
h2 {
    color: #006400;
    text-align: center;
    font-size: 28px;
}
a {
    color: #ff4500;
    text-decoration: none;
}
a:hover {
    color: #ff6347;
}
img {
    display: block;
    margin: 20px auto;
    border: 3px solid #333366;
    border-radius: 10px;
}
