/* Add custom CSS styles below */ 
.topnav-is-dark .top-navbar {
background-color : #11676a; 
}

.navbar-brand img {
max-height: 7rem; 
}

.w-16 {
    width: 6rem
;
}

.h-16 {
    height: 6rem;
}

.store-footer__inner {
background-color : #11676a; 

}

body {
background-color : #f4f2f0;

}