html,
body {
  background: #1e1e1e;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

main {
  height: 100vh;
  width: 100%;
}

.actions {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.mr-2 {
  margin-right: 0.5rem;
}

#container {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.cursor-pointer {
  cursor: pointer;
}

.dark {
  color-scheme: dark;
}

.w-28 {
  width: 8rem;
}
