body {
  background-color: black;
  color:white;
    padding: 10px;
  text-align:center
}

.container{
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.diary{
  width: 500px;
  height: 400px;
  border: thick double red;
  text-align:start;
  padding: 5px;
  overflow:scroll;
  overflow-x:hidden;
 background-image: url(https://stigmatamrtyr.neocities.org/wallpapers/redflowercloth.jpg)
}
.stamps{
  width: 99px;
  height:415px;
}
.skeleanimalstack{
  width: 100px;
  height: 415;
  display: flex;
  flex-direction: column;
}

 /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 5px;
    border: 3px none #000000;
  }