.circle {
    position: fixed;
    width: 150px;
    height: 150px;
    opacity: 0.4;
    border-radius: 50%;
    will-change: transform;
    z-index: -1;
    
}
