.star {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
}

.star:before,
.star:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2726';
    font-size: 9px;
}

.star:before {
    color: transparent;
    text-shadow: 0 0 3px rgba(0, 255, 255, 0.3);
}

.star:after {
    background: #00ffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}