.snefnug {
    position: fixed;
    top: 0;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    border-radius: 50%;
    filter: drop-shadow(0 0 6px #AAA);
    z-index: 999999999;
}
