html, body {
    font-family: 'Inter', sans-serif;
    color: #1e304d;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.navbar img{
  width:250px
}
.hero-section {
    padding: 80px 0;
    text-align: center;
}
.content {
    flex: 1;
}
.section {
    padding: 60px 0;
}
.bg-darkleaf-clr{
  background: #7CB798;
}
.bg-leaf-clr{
  background: #F3F8F5;
}
.bg-white-clr{
  background: #FFFFFF;
}
.bg-grey-clr{
  background: #212529;
  color: white;
}
footer {
    
    text-align: center;
    padding: 20px 0;
}