html {
    background-color: #000000;
}

#logo {
    width: 500px;
}

#container {
    text-align: center
}

.logo-text {
    font-size: 72px;    
    background: -webkit-linear-gradient(#eee, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
