*{
    margin: 0;
    padding: 0;
}
body 
{
    background-color: #000;
    color: #fff;
    text-align: left;
}
   .logo {
    width: 150px;
    cursor: pointer;
    z-index: 1
}
canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header {
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    
    
}

.header h2 {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    
}

.header h2 c {
    position: relative;
    -webkit-text-stroke: 0px #fff;
    background: linear-gradient(90deg, #ff0000, #ffff00, #ff00f3, #0033ff, #ff00c4, #ff0000);
    background-size: 400%;
    font-family: sans-serif;
    letter-spacing: 5px;
    font-weight: 600;
    word-spacing: 4px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: animate 10s linear infinite;
}
@keyframes animate{
    0%{
        background-position: 0%;
    }
    100%{
        background-position: 400%;
    }
}
.header h2 d{
    color: transparent;
    -webkit-text-stroke: 1px #fff
}
.header h2 e {
    color: rgb(7, 111, 207);
    -webkit-text-stroke: 0px #fff
}

.header h2 f {
    color: rgb(69, 159, 243);
    -webkit-text-stroke: 0px #fff
}

    