body {
  background-color: #181a1b !important;
  color: #e8e6e3 !important;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

#layout {
  display: flex;
  justify-content: space-evenly;
}

#title {
  margin-top: 2em;
  /* margin-left: 2em; */
}

#title>h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

hr {
  width: 75%;
}

#list {
  overflow-y: scroll;
  height: 75vh;
}

#canvas-container {
  height: 99vh;
  width: fit-content;
  overflow: hidden;
  border-width: 2px;
  border-color: white;
  border-style: solid;
}

#canvas {
  transform-origin: 0 0;
  display: block;
  image-rendering: pixelated;
}

#tempname {
  display:inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
}
