.testimonials {
  margin: 30px 0;
  background: #777777;
}

.testimonial {
  padding: 15px;
  margin-bottom: 15px;
  border-left: 6px solid #f91;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: left;
  background: #bbbbbb;
  color: black;
  font-family: Garamond, serif ;
  font-size: 2.0vw;
  font-style: italic;
}

.testimonial span {
  display: block;
  text-align: right;
  font-style: italic;
  margin-top: 10px;
  background: #bbbbbb;
  color: black;
}

.form-container {
  font-family: sans-serif;
  background: #777777;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  max-width: 600px;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: gray;
}
.form-container2 {
  font-family: sans-serif;
  background: #000000;
  padding: 2rem;
  border: 3px solid #04aa6d;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  max-width: 800px;
  width: 60%;
  justify-content: center;
  align-items: left;
  color: white;
}
input, textarea {
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}
button {
  padding: 0.5rem 1rem;
  background: #28a745;
  color: blue;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.thanks {
  background: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
