body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
}

header {
    background-color: #005bb5; /* Adjusted to a darker blue to complement ServisBOT */
    padding: 20px 0;
    color: white;
    text-align: center;
    position: relative;
}

/* ServisBOT logo styling */
header .servisbot-logo {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: auto;
}

.container {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}

.logo {
    width: 80px;
    vertical-align: middle;
}

h1 {
    display: inline;
    margin-left: 20px;
    font-size: 2em;
    color: white;
}

main {
    margin-top: 50px;
    text-align: center;
}

h2 {
    color: #0073e6;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #0073e6;
    border-radius: 5px;
}

button {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #005bb5;
}

footer {
    margin-top: 50px;
    padding: 20px;
    background-color: #333;
    color: white;
    text-align: center;
}

footer p {
    margin: 0;
}

#processing-message {
    font-size: 18px;
    font-weight: bold;
    color: #0073e6;
    margin-top: 20px;
}
