body{ height: 100%; word-wrap: break-word; background-color: #24244d; font-family: Helvetica, Arial, sans-serif; margin: 0;}.parent{display: inline-flex;justify-content: center;align-items: center;height:75vh;width:100%;text-align: -webkit-center;font-family: monospace;overflow:hidden;}div{animation: glitch 1s linear infinite;}@keyframes glitch{2%,64%{transform: translate(2px,0) skew(0deg);}4%,60%{transform: translate(-2px,0) skew(0deg);}62%{transform: translate(0,0) skew(5deg); }}div:before,div:after{content: attr(title);position: absolute;left: 0;}div:before{animation: glitchTop 1s linear infinite;clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);-webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);}@keyframes glitchTop{2%,64%{transform: translate(2px,-2px);}4%,60%{transform: translate(-2px,2px);}62%{transform: translate(13px,-1px) skew(-13deg); }}div:after{animation: glitchBotom 1.5s linear infinite;clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);-webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);}@keyframes glitchBotom{2%,64%{transform: translate(-2px,0);}4%,60%{transform: translate(-2px,0);}62%{transform: translate(-22px,5px) skew(21deg); }}.back {font-size: 18px;padding: 15px 0px;width: 150px;cursor:pointer;display: inline-block;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: pre-wrap;vertical-align: baseline;border-radius: 4px;background-color: #6800ff;text-decoration:none;}.back:hover {opacity: .6;}.head.haxor {white-space: pre-wrap;font-size: 32px;padding: 8px 0px 0px 0px;margin: 0;letter-spacing: 0px;color: #a67eff;}a{text-decoration:none;}garisnathan {margin: 0px 0px 10px 0px;border: solid 1px #4b4b96;unicode-bidi: unset;overflow: unset;display: block;width: 99%;}.errorid{position: fixed;bottom: 0;left: 0;margin: 10px;z-index: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 500px;font-size:12px;max-width:85%;color: lightgrey;}.errorid code{display:block;}