body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    text-align: center;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #2ecc71; /* Green primary color */
}

input[type="text"],
input[type="tel"],
button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button {
    background-color: #2ecc71;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #27ae60; /* Darker shade of green */
}

.hidden {
    display: none;
}

#loader {
    margin-top: 20px;
}

#qualificationMessage {
    margin-top: 20px;
}

#shareButtons {
    margin-top: 20px;
}

#shareButtons p {
    font-size: 14px;
    margin-bottom: 10px;
}

#shareButtons a {
    display: inline-block;
    margin-right: 10px;
}
