body {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

header, footer {
  padding: 12px;
  display: flex;
  align-items: center;
  background-color: #000000;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

footer {
  justify-content: center;
}

header>a, footer>a{
  color: white;
  margin: 0 8px;
  text-decoration: none;
}

#icon {
  width: 48px;
  height: 48px;
}

#appName {
  margin: 0 8px;
  font-weight: normal;
  color: white;
}

#content {
  min-height: 100vh;
}
