.error-icon {
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-icon:hover {
  transform: scale(1.1);
}

.error-code h1 {
  font-size: 4rem;
  color: var(--brown-dark);
}

.error-stack-max-height {
  max-height: 300px;
}

.handwriting {
  font-family: 'Gochi Hand', cursive;
}
