body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
}
h1 {
    color: #333;
}
img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
button {
    background-color: #0a28b0;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
button:hover {
    background-color: #45a049;
}