body {
    background: #0f172a;
    color: white;
    font-family: Arial;
    text-align: center;
    padding-top: 80px;
}

.container {
    width: 90%;
    max-width: 500px;
    margin: auto;
    background: #1e293b;
    padding: 30px;
    border-radius: 20px;
}

input {
    margin-top: 20px;
}

button {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}

.result-image {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
}