/*
body {
    background-color: rgb(167, 175, 176);
  }
  h1 {
    color: blue;
  }
  p {
    color: red;
  }

  .table, th, tr, td {
    background-color: azure;
    border: none;
    padding: 0;
    margin: 0; 
  }*/
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}

.navbar {
  background-color: #1E2A5E;
  color: white;
}

.color-white {
  color: white;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

section {
  padding: 50px 0;
  text-align: center;
}

#hero {
  background-color: #e6f0ff;
}

#hero h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

#hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.feature {
  margin: 20px 0;
}

.testimonial {
  margin: 20px 0;
}

.testimonial h4 {
  margin-top: 10px;
  font-weight: normal;
  color: #666;
}

.video-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.video-container iframe {
  width: 100%;
  height: 315px;
  border: none;
}

.pricing-plan {
  margin: 20px 0;
}

#cta {
  background-color: #004080;
  color: white;
}

footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
  text-align: center;
}

footer nav ul {
  display: flex;
  justify-content: center;
  padding: 0;
}

footer nav ul li {
  margin: 0 10px;
}

footer nav ul li a {
  color: white;
  text-decoration: none;
}

footer .contact-info {
  margin-top: 20px;
}

section {
  border-bottom: 1px solid gray;
}