* p {
  user-select: none;
}

.last_drawing img {
  height: fit-content;
  width: fit-content;
  max-width: 50%;
  max-height: 80%;
  outline: 10px solid #050505;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.bigWindowHolder {
  position: absolute;
  background-color: rgba(50, 50, 50, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}

.bigWindow {
  position: fixed;
  min-width: 20%;
  max-width: 70%;
  min-height: 30%;
  max-height: 80%;
  top: 50%;
  left: 50%;
}
.bigWindow img {
  max-width: 75vw;
  max-height: 75vh;
  display: block;
  margin: auto;
  border: 10px solid black;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  background-color: black;
}

/*# sourceMappingURL=index.css.map */
