.elementor-381 .elementor-element.elementor-element-653e672{--display:flex;}.elementor-381 .elementor-element.elementor-element-1b9d812{margin:223px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-381 .elementor-element.elementor-element-1779211{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e18ceee */body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.form-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

h2 {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}

#status-message {
    margin-top: 10px;
    font-weight: bold;
}/* End custom CSS */