<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Colors 
Carbon App, section 1 (header, background): #2a4359
Carbon App, section 1 (header, boxes): #6da6a6
Carbon App, section 2 (header, background): #466fa6
Carbon App, section 2 (header, boxes): #8badd9
*/

/* Utilities  */
/* Google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Tera:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita:wght@400;700;800&amp;display=swap');


/*forms page*/
.card-body {
  background-color: #35544c;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f2f2f2;
  border: none;
}

.card{
  background-color: #1e4541;
  border-color: #1e4541;
}

.row{
  padding-top: 10px;
}

.page-content {
  padding-left: 30px;
  padding-right: 30px;
}

.container_capp{
  background-color: #1e4541;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: #1e4541; /* match your site background */
}

.form-group-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}


/*modes of trasport page*/
.background{
  background-color: #1e4541;
  padding-bottom: 40px;
  font-family: 'poppins', sans-serif;
}
.title{
  color: #f2f2f2;
  font-family: 'poppins', sans-serif;
}

.grid-item {
  width: 95%;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  background-color: #35544c;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2c3e38;
  cursor: pointer;
  transition: background-color 0.3s;
  border: none;
}
.grid-item:hover {
  background-color: #042013;
  color: #ffffff;
}
.grid-item i {
  font-size: 100px;
  margin: 25px;
}

.formula{
  font-family: 'Sansita', sans-serif ;
}</pre></body></html>