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

header {
    background-color: #f8d7da;
    padding: 20px;
    text-align: center;
}

h1, h2 {
    color: #721c24;
}

p {
    color: #721c24;
}

section {
    padding: 20px;
    text-align: center;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #155724;
}

input, select, button {
    margin-bottom: 15px;
    padding: 8px;
}

button {
    background-color: #28a745;
    color: #fff;
    cursor: pointer;
}

footer {
    background-color: #d4edda;
    padding: 10px;
    text-align: center;
}
/* styles.css */

.visual-block {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.visual-block h2 {
    color: #333;
}

.visual-block p {
    color: #555;
}

.visual-block img {
    max-width: 15%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px; /* Add rounded corners to the image */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}
/* Apply light pink color to input area */
input[type="text"],
textarea {
    background-color: #ffc0cb; /* Light Pink */
    border: 1px solid #ff69b4; /* Darker Pink Border */
    padding: 8px;
    margin-bottom: 10px;
}

/* Additional styling for better visibility */
label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}
/* Apply light pink color to select dropdown */
select {
    background-color: #ffc0cb; /* Light Pink */
    border: 1px solid #ff69b4; /* Darker Pink Border */
    padding: 8px;
    margin-bottom: 10px;
}
/* Additional styling for better visibility */
label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}
/* CSS Document */

