       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
/* latin */
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(VT323-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(VT323-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(VT323-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(VT323-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


        body {
            font-family: 'VT323';
            overflow: hidden;
            background-color: #050505;
            color: white;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .content-container {
            position: relative;
            z-index: 10;
            text-align: left;
            padding: 20rem;
        }

        h1 {
            font-size: 6rem;
            font-weight: 800;
            margin-bottom: 1rem;
            background: linear-gradient(to right, #ea2727, #ff8282);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
        }

        p {
            font-size: 4rem;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 1rem;
        }

        a {
            color: #fff;
            font-size: 1.25rem;
        }

        .btn {
            background: linear-gradient(90deg, #ff6a6a, #fecc22);
            font-family: 'VT323';
            color: white;
            font-weight: 800;
            font-size: 5rem;
            padding: 0.8rem 1rem;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 20px rgba(255, 58, 130, 0.3);
        }

@media only screen and (max-width:1600px){
.content-container {
    padding: 1em;
}

h1 {
font-size:4.5em;
}

p {
font-size:3em;
}

.btn{
font-size:4em;
}
}

        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(255, 58, 130, 0.4);
        }

        .gradient-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden;
        }

        .gradient-sphere {
            position: absolute;
            border-radius: 50%;
            filter: blur(60px);
        }

        .sphere-1 {
            width: 40vw;
            height: 40vw;
            background: linear-gradient(40deg, rgba(255, 0, 128, 0.8), rgba(255, 102, 0, 0.4));
            top: -10%;
            left: -5%;
            animation: float-1 15s ease-in-out infinite alternate;
        }

        .sphere-2 {
            width: 40vw;
            height: 40vw;
            background: linear-gradient(240deg, rgba(255, 170, 51, 0.8), rgba(255, 60, 51, 0.4));
            bottom: -10%;
            right: -10%;
            animation: float-2 15s ease-in-out infinite alternate;
        }

        .sphere-3 {
            width: 40vw;
            height: 40vw;
            background: linear-gradient(120deg, rgba(245, 222, 179, 0.8), rgba(245, 180, 179, 0.4));
            bottom: -10%;
            left: -10%;
            animation: float-3 15s ease-in-out infinite alternate;
        }

        .sphere-4 {
            width: 40vw;
            height: 40vw;
            background: linear-gradient(120deg, rgba(255, 240, 0, 0.65), rgba(255, 255, 30, 0.45));
            top: -10%;
            right: -10%;
            animation: float-4 15s ease-in-out infinite alternate;
        }

        .noise-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.15;
            z-index: 5;
            background-image: url("rockets.avif");
        }

        @keyframes float-1 {
            0% {
                transform: translate(0, 0) scale(1.5);
                opacity: 0.2;
            }
            100% {
                transform: translate(75%, 30%) scale(3.0);
                opacity: 0.05;
            }
        }

        @keyframes float-2 {
            0% {
                transform: translate(0, 0) scale(1.5);
                opacity: 0.2;
            }
            100% {
                transform: translate(-75%, -30%) scale(3.0);
                opacity: 0.05;
            }
        }

        @keyframes float-3 {
            0% {
                transform: translate(0, 0) scale(1.5);
                opacity: 0.2;
            }
            100% {
                transform: translate(75%, -30%) scale(3.0);
                opacity: 0.05;
            }
        }
        @keyframes float-4 {
            0% {
                transform: translate(0, 0) scale(1.5);
                opacity: 0.2;
            }
            100% {
                transform: translate(-75%, 30%) scale(3.0);
                opacity: 0.05;
            }

        }

        .grid-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: 40px 40px;
            background-image: 
                linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            z-index: 2;
        }

        .glow {
            position: absolute;
            width: 40vw;
            height: 40vh;
            background: radial-gradient(circle, rgba(72, 0, 255, 0.15), transparent 70%);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            animation: pulse 8s infinite alternate;
            filter: blur(30px);
        }

        @keyframes pulse {
            0% {
                opacity: 0.3;
                transform: translate(-50%, -50%) scale(0.9);
            }
            100% {
                opacity: 0.7;
                transform: translate(-50%, -50%) scale(1.1);
            }
        }

        .particles-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            pointer-events: none;
        }

        .particle {
            position: absolute;
            background: white;
            border-radius: 50%;
            opacity: 0;
            pointer-events: none;
        }


.fade-in-short {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
