
        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
            background-color: #000000;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Cpath fill='none' stroke-width='23.1' stroke-opacity='0.3' id='a' d='M0.74-509.63l485.39 352.65l-185.4 570.61h-599.97l-185.4-570.61L0.74-509.63 M0.74-510.87l-486.56 353.51l185.85 571.99h601.42L487.3-157.36L0.74-510.87L0.74-510.87z'/%3E%3C/defs%3E%3Cg style='transform-origin:center'%3E%3Cg transform='rotate(72 0 0)' style='transform-origin:center'%3E%3Cg transform='rotate(-160 0 0)' style='transform-origin:center'%3E%3Cg transform='translate(1000 750)'%3E%3Cuse stroke='%23000' href='%23a' transform='rotate(10 0 0) scale(1.1)'/%3E%3Cuse stroke='%23002b00' href='%23a' transform='rotate(20 0 0) scale(1.2)'/%3E%3Cuse stroke='%23003200' href='%23a' transform='rotate(30 0 0) scale(1.3)'/%3E%3Cuse stroke='%23003d00' href='%23a' transform='rotate(40 0 0) scale(1.4)'/%3E%3Cuse stroke='%23004a00' href='%23a' transform='rotate(50 0 0) scale(1.5)'/%3E%3Cuse stroke='%23005900' href='%23a' transform='rotate(60 0 0) scale(1.6)'/%3E%3Cuse stroke='%23006900' href='%23a' transform='rotate(70 0 0) scale(1.7)'/%3E%3Cuse stroke='%23007900' href='%23a' transform='rotate(80 0 0) scale(1.8)'/%3E%3Cuse stroke='%23008900' href='%23a' transform='rotate(90 0 0) scale(1.9)'/%3E%3Cuse stroke='%23009a00' href='%23a' transform='rotate(100 0 0) scale(2)'/%3E%3Cuse stroke='%2300aa00' href='%23a' transform='rotate(110 0 0) scale(2.1)'/%3E%3Cuse stroke='%2300bb00' href='%23a' transform='rotate(120 0 0) scale(2.2)'/%3E%3Cuse stroke='%2300cb00' href='%23a' transform='rotate(130 0 0) scale(2.3)'/%3E%3Cuse stroke='%2300dc00' href='%23a' transform='rotate(140 0 0) scale(2.4)'/%3E%3Cuse stroke='%2300ee00' href='%23a' transform='rotate(150 0 0) scale(2.5)'/%3E%3Cuse stroke='%230F0' href='%23a' transform='rotate(160 0 0) scale(2.6)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-attachment: fixed;
            background-size: cover;
            background-repeat: no-repeat;
            font-family: 'Poppins', sans-serif;
            color: white;

            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0;
            min-height: 100vh;
            padding: 20px;
        }

        main {
            text-align: center;
            max-width: 800px;
            width: 100%;
        }

        main h1 {
            font-size: 2rem; 
            margin-bottom: 5px;
        }

        main h4 {
            font-size: 1.2rem;
            margin-bottom: 15px;
        }

        main img {
            display: block;
            margin: 15px auto;
            max-width: 200px; 
            height: auto;
        }

        .btn-home {
            position: fixed;
            top: 15px;
            left: 15px;
            border: 2px solid white;
            border-radius: 50%;
            padding: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: .6;
            transition: all 0.4s ease-in;
        }

        .btn-home:hover {
            transform: scale(1.1);
            opacity: 1;
        }

        section {
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            padding: 20px;
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            width: 100%;
            max-width: 420px;
            margin: 20px auto;
            text-align: left;
        }

        xmp {
            background: rgba(0, 0, 0, 0.6);
            padding: 10px;
            border-radius: 10px;
            border: 1px solid #006d00;
            color: #00ff00;
            overflow-x: auto;;
        }

        h2 {
    color: rgb(7, 214, 52);
}
   