Description
💫✨⭐
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>just reduced
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background: #ffffff; /* simple white background */
font-family: 'arial black', gadget, sans-serif;
}
h1 {
color: #b22222; /* fancy red color */
font-size: 3rem;
font-weight: bold;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
<body>