nav {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #265060;
  width: 100%;
}

.logo img {
  height: 60px;
  margin-right: 25px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
}

.nav-links a {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #265060;
  color: #fff;
}

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

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.testimonial {
  background-color: #1f3b4d;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: left;
}

.testimonial .quote {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial .author {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #c1e1ec;
}

#userTestimonial {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.testimonial {
  background-color: #1f3b4d;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: left;
}

.testimonial .quote {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial .author {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #c1e1ec;
}

#fun p {
  font-size: 500px;
  text-align: center;
}
