/* Style the header */
header {
  /* background-color: #666; */
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: white;
}

/* Container for flexboxes */
section {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  min-width: 100%;
  width: 100%;
}

footer {
  height: 90px;
}
