:root{--page-title-display:none;}











/* Start custom CSS */body {
    background-color: #F4F5F7;
    color: #333333;
} 
.header {
    background-color: #2A3F54;
    color: white;
}
.nav {
    background-color: #354B5E;
}
.nav a {
    color: white;
}
.btn {
    background-color: #1A73E8;
    color: white;
}
.testimonial {
    background: #E3E7EB;
    border-left: 5px solid #1A73E8;
}/* End custom CSS */