.header {
  width: 100%;
  height: 70px;
  background-color: #f9ca24;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 7px black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .left-side {
  padding-left: 15px;
}
.header .right-side {
  padding-right: 15px;
}
.header .logout-btn {
  text-decoration: underline;
}
.header .logo img {
  width: 160px;
  margin-left: 27px;
  margin-top: 11px;
}

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