header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  width: 100%;
}

header img#main-logo {
  width: 12rem;
  height: auto;
}
