.header {
  display: flex;
  justify-content: space-between;
  background: #111;
  color: #fff;
  padding: 15px 30px;
}

.footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 20px;
}