#app-header {
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
}

#current-date {
  font-size: 1.25rem;
  text-transform: capitalize;
}

#app {
  padding: 16px;
  padding-bottom: 96px;
}

#bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
}

#bottom-nav button {
  flex: 1;
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #666666;
}
