.header {
  background-color: rgba(0, 74, 143, 0.5333333333);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
.header .logo {
  margin: 12px;
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 45px;
}
.header .logo h1 {
  font-size: 2.2rem;
  font-weight: 200;
  position: relative;
  bottom: 3px;
}

/*# sourceMappingURL=header.css.map */
