header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: var(--main-color);
  padding: 0 16px 0;
  padding-top: 5px;
}
.logo {
  height: 60px;
  width: 275px;
}
