<!DOCTYPE html>
<html lang="en">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Luvii Was Here <title>Luvii Was Here</title>
<style>
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
flex-direction: column;
text-align: center;
color: yellow;
}
.image-container {
max-width: 50%;
margin-bottom: 20px;
}
img {
max-width: 50%;
height: auto;
}
.text-container {
margin: 10px 0;
}
.red-text {
color: red;
}
</style>


<div class="image-container">
<img src="https://i.ibb.co/4ZryvSq/37796407.png" alt="Centered Image">
</div>
<div class="text-container">
[+] You've Been Pwned [+]
</div>
<div class="text-container red-text">
Hey, We're gonna get you too, another one bites the dust. rak!!
</div>