
#clickMeAgain:hover {
  
  transform: scale(100%, 100%) skew(10deg, 10deg);
  transition: all 0.5s ease-out;
}

#clickMeAgain:left {
  width: auto;
  height: auto;
  transition: all 0.5s ease-out;
}

.sq-container {
  padding: 10px;
}

.chapter {
  color: black;
  font-weight: 900;
}

#credits {
  padding-top: 15%;
}

#wip {
  justify-self: center; 
  align-self: center; 
  color: white;
  position: absolute;
  top: 50vh;
  left: 50vw;
}