.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap {
    background: gold;
  }

footer {
  display: none;
}