BODY {
    color: #FFFFFF;
}

A {
    text-decoration: underline;
    color: #00CE63;
}

A:Hover {
    text-decoration: none;
    color: #00E963;
}

.testimonial {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.testimonial-author {
    font-style: italic;
    text-align: right;
    margin-top: 10px;
    color: #CCCCCC;
}

testimonial:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

testimonial:not(:first-child) {
    margin-top: 25px;
	.contact-container input,
.contact-container textarea,
.contact-container label,
.contact-container p {
    color: black;
}

/* Add these lines to fix the contact form text color: */
.contact-container input,
.contact-container textarea,
.contact-container label,
.contact-container p {
    color: #000; /* Or any other dark color */
}