#header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  padding: 16px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#link {
  text-decoration: underline;
  color: #1976d2;
  text-decoration-color: rgba(25, 118, 210, 0.4);
}