/* General Styles */

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  padding: 100;
  color: #333;
}

h1, h2, h3 {
  font-weight: bold;
  margin: 0 0 15px 0;
}


.hero h1 {
  font-size: 4em;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.5em;
  margin-bottom: 30px;
}

.hero .btn {
  background-color: #007bff; /* Reflect the blue color of incoming.blue */
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.2em;
}

/* Features Section */

.features {
  padding: 50px 0;
}

.features .col {
  text-align: center;
  padding: 20px;
}

.features i {
  font-size: 3em;
  color: #007bff; /* Reflect the blue color of incoming.blue */
  margin-bottom: 15px;
}

/* Other sections can be styled similarly */

/* Footer */

footer {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
}
