header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #985f41;
  box-sizing: border-box;
  margin: 0;
}

.logo-upper {
  max-width: 20vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 600px) {
  .logo-upper {
    width: 100%;
    max-width: 50vw;
  }
}/*# sourceMappingURL=header.css.map */