body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 50px;
}

img {
    max-width: 80%;
    height: auto;
    margin-top: 20px;
}

.button {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    text-decoration: none;
}