:root {
  --brand-primary: #008795;
  --brand-accent: #8ec045;
  --footer-background-color: #008795;
}

mat-toolbar .header_logo {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}

mat-toolbar .logo,
mat-toolbar .toolbar__logo {
  height: 100%;
  width: 186px;
  margin-left: -16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
}
