html {
  height: 100%;
  /* background: black; */
}

body {
  height: inherit;
  margin: 0;
}


.add-button {
  display: none;
  color: black;
  position: absolute;
  top: 1px;
  left: 20px;
}
