body{
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal; 
}

.legacy_font{
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-style: normal;
}

.testimonial_image{
    border-radius: 50%;
    height: 150px;
    margin: 10px auto;
  }

.about_us_image{
    border-radius: 5%;
    height: 300px;
    margin: 10px auto;
}
.main_logo{
    width: 100%;
}

.feature-icon-small{
    background-image: linear-gradient(to right, #042616, #bbf8db);
}

.main_colour{
    background-color: #042616;
    color: white;
}

.lighter_colour{
    background-color: #bbf8db;
}

#error_message{
    margin-top: 100px;
}

.login_theme{
    background-color: #bbf8db;
    margin-top: 100px;
}

.client_area_button{
    border: 2px solid white;
}
