body {
  margin: 0;
}

.spacer {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;

}

#lists {
  max-width: 40em;
}

.selected {
  background-color: rgba(1, 135, 134, 0.38);
}

#copy-checklist {
  position: fixed;
  bottom: 25px;
  right: 5%;
}

#editable-activities-wrapper {
  margin-bottom: 0.5em;
}

footer {
  margin-top: auto;
}

footer a {
  margin: .5rem;
}

footer a:not(:hover) {
  color: grey;
}

#search-wrapper {
  width: 100%;
  max-width: 25em;
}

@media (max-width: 30em){
  h1.mdc-typography.mdc-typography--headline1 {
    font-size: 2.5em;
	  width: 100%;
    margin: 0px;
  }
}
