
.hans-container {
    text-align: center;
    max-width: 600px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.hans-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.hans-buttons {
    margin-top: 20px;
}

.hans-buttons button {
    background-color: #5A5A5A;
    color: #fff;
    border: none;
    padding: 12px 20px;
    margin: 0 10px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.hans-buttons button:hover {
    background-color: #333;
}

#hans-feedback {
    margin-top: 15px;
    font-size: 18px;
    color: #4A7C59;
}
