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

        body {
            background: #0a0e27;
            color: #00d4ff;
            font-family: 'Arial', sans-serif;
            min-height: 100vh;
            padding: 40px 20px;
        }

        h1 {
            text-align: center;
            font-size: 4em;
            color: #00d4ff;
            margin-bottom: 3px;
            letter-spacing: 8px;
            text-shadow: 0 0 20px #00d4ff;
        }

         p {
            text-align: center;
            font-size: 3m;
            color: #00d4ff;
            margin-bottom: 50px;
            letter-spacing: 7px;
            text-shadow: 0 0 15px #00d4ff;
        }
