/* Custom styles for Example Site */

body {
    font-family: Arial, sans-serif;
}

header {
    margin-bottom: 20px;
}

footer {
    padding: 20px 0;
}

.main-content {
    padding: 20px 0;
}

/* Adjustments for form elements */
.form-group {
    margin-bottom: 15px;
}

/* Custom styles for buttons */
.btn-custom {
    background-color: #007bff;
    color: white;
}

.btn-custom:hover {
    background-color: #0056b3;
    color: white;
}

/* Utility classes */
.text-center {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header, .footer {
        text-align: center;
    }
}
