@import url(styles.css);

.grid-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.dot{
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--container-color);
    border-radius: 50%;
    transition: all .1s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.3;
}