body {
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: #0a0a1a;
            color: #1ab303;
            font-family:"Russo One", sans-serif;
            font-weight: 400;
            font-style: normal;
        }
                .logo {
            max-width: 150px;
            height: auto;
            margin-bottom: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        h1 {
            font-size: 48px;
            margin-bottom: 10px;
        }
        canvas {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }
        .content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 20px;
        }
        h1.title {
            font-size: 36px;
            margin-bottom: 10px;
        }
        p.slogan {
            font-size: 20px;
            text-transform: uppercase;

        }
