::selection {
  background-color: #F7DAF7;
}

body {
  background-color: white;
color: #4b3631;
}
.creature {
  background-color: #FDE0FE;
}
.thing {
  z-index: 15;
  position: relative;
    margin: 10px auto 0;
  text-align: center;
  float: left;
  width: 150px;
    translate: -15px 0px;
}
.otherthing {
  width: 400px;
      margin: 10px auto 0;
  translate: 5px 0px;
}
.container-base {
  color: #4b3631;
  background-color: white;
margin: 10px auto 0;
}
.scroll {
  text-align: justify;
  padding: 10px;
  overflow: auto;
  height: 150px;
  width: 150px;
  margin: 0 auto 0;
}
  ::-webkit-scrollbar-thumb {
    background: #FDE0FE;
    border-radius: var(--border-radius);
    transition: color .3s;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #e6b0e8;
  }

a {
      color: #e6b0e8;
}
.button {
  background-color: white;
  color: #4b3631;
  transition: .3s;
}
.button:hover {
	background-color: white;
  color: #4b3631;
}
.paste-container {
  max-width: 430px;
  margin: 10px auto 0;
}