.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2196f3;
  height: 72px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.header-callout {
  color: #fff;
  padding: 1rem;
  font-size: 16px;
}

.logo {
  width: 125px;
  height: auto;
  padding-bottom: 8px;
}