Contact Us
body {
margin: 0;
padding: 0;
background: radial-gradient(circle at center, #000000, #0a0a0a, #101010);
color: #fff;
font-family: 'Courier New', monospace;
overflow: hidden;
text-align: center;
}
h1 {
font-size: 3em;
color: #ff003c;
text-shadow: 0 0 20px #ff003c, 0 0 40px #ff003c;
margin-top: 15%;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { text-shadow: 0 0 10px #ff003c; }
50% { text-shadow: 0 0 40px #ff003c; }
}
p {
color: #ccc;
font-size: 1.2em;
margin-top: 20px;
}
.neon-line {
width: 80%;
height: 2px;
margin: 20px auto;
background: linear-gradient(90deg, transparent, #ff003c, transparent);
animation: glow 2s infinite linear;
}
@keyframes glow {
0% { opacity: 0.4; }
50% { opacity: 1; }
100% { opacity: 0.4; }
}
.footer {
position: fixed;
bottom: 10px;
width: 100%;
color: #666;
font-size: 0.9em;
}
img {
width: 200px;
border-radius: 50%;
box-shadow: 0 0 20px #ff003c;
margin-top: 30px;
animation: float 3s infinite ease-in-out;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
Hacked By V1N55X404

"We are not enemies... We are shadows of the system."
#CyberSecurity #Hacktyvis