
.effing-insane {
    min-width: 108px;
}

.pettable{
  width: 213px;
  height: 213px;

  background-image: url("char/pet-1.gif");
  cursor: grab;
}
.pettable:active{
  background-image: url("char/pet-2.gif");
  cursor: grabbing;
}

/* the index with links to the other journal pages. */
.index {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
  align-items: center;
  gap: 8px;
}

.index a {
  animation: none;
  color: #d0cfcf;
  text-align: center;
  font-size: 0.8em;
  
  width:22px;
  height:22px;

  background-image: url("../i/the ball.png");
  background-size: cover;
}
.index a:hover {background-image: url("../i/the ball-h.png"); color: #323331;}
