body {
    font-family: Arial, sans-serif;
    direction: rtl;
    text-align: center;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: white;
    padding: 20px;
}

.container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    color: black;
}

pre {
    text-align: left;
    background: #222;
    color: #0f0;
    padding: 10px;
    border-radius: 5px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

button {
    margin: 5px;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}

button:hover {
    background-color: #2575fc;
    color: white;
}

.footer {
    margin-top: 20px;
    font-size: 14px;
}
