Hacked by DisasterLeaks

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(270deg, #000000, #1a1a1a, #330000, #1a1a1a, #000000);
background-size: 800% 800%;
animation: backgroundShift 20s ease infinite;
font-family: ‘Share Tech Mono’, monospace;
color: #f2f2f2;
overflow: hidden;
padding: 20px;
}

@keyframes backgroundShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

.container {
text-align: center;
max-width: 900px;
}

h1 {
font-family: ‘Orbitron’, sans-serif;
font-size: 3.5em;
color: #ff004f;
text-shadow: 0 0 10px #ff004f, 0 0 20px #8b0000;
margin-bottom: 40px;
position: relative;
}

h1::after {
content: “_”;
animation: blink 1s infinite;
position: absolute;
right: -10px;
color: #ff4d4d;
}

@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0; }
}

.message {
font-size: 1.3em;
line-height: 1.8;
color: #f8dada;
text-shadow: 0 0 6px #ff1a1a;
animation: fadeIn 2s ease-in-out;
}

.message p {
margin: 20px 0;
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

/* Optional glitch effect on hover */
h1:hover {
animation: glitch 0.5s steps(2, start) infinite;
}

@keyframes glitch {
0% {
text-shadow: 2px 2px #ff004f, -2px -2px #ff004f;
transform: translate(0);
}
25% {
text-shadow: -2px 2px #8b0000, 2px -2px #ff004f;
transform: translate(1px, -1px);
}
50% {
text-shadow: 2px -2px #ff004f, -2px 2px #8b0000;
transform: translate(-1px, 1px);
}
75% {
text-shadow: 0 0 10px #ff1a1a;
transform: translate(0.5px, -0.5px);
}
100% {
text-shadow: 2px 2px #ff004f;
transform: translate(0);
}
}

Hacked by Phanes – Rootweb

You failed to protect your system, we did our duty.

Destroying is inherent in human nature.

And that’s why living requires intelligence.