.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}

.closebutton {
  cursor: pointer;
  background-color: #775b98;
}

.window {
  z-index:2;
  position:absolute;
  border:solid;
  border-radius:14px;
  width:600px; 
  flex-direction: column;
  background-color:rgb(58, 56, 66);
}

.selected{
  color:#775b98;
  filter: drop-shadow(0 0 rgb(234, 192, 247));
}

.interactable {
  cursor: pointer;
}
.sidebar-element {
  background-color: #775b98; 
  border-radius: 14px;
  padding:4px;
  border:solid;
  margin:4px;
}

.writing {
  font-size:21px;
  overflow-y: scroll;
  height:400px;
  scrollbar-color: antiquewhite #775b98;
  scrollbar-width:thin;
}