.sideright {
   margin: 0px -10px 0px 0px;
}
.sideleft {
  margin: 0px 0px 0px -10px;
}
.top-border-box {
  border-top: 4px solid #333333;
}
.stretched-gif {
  width: 50px;
  height: 2000px;
  object-fit: fill;
  float: left
}
.stretched-gif2 {
  width: 50px;
  height: 2000px;
  object-fit: fill;
  float: right
}
@keyframes glitchShake {
  0% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-1px, 1px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(0deg); }
  60% { transform: translate(-1px, -1px) rotate(0deg); }
  80% { transform: translate(1px, 1px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.shake-box {
  animation: glitchShake 0.4s infinite ease-in-out;
}