.dot-pattern{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: radial-gradient(
            circle,
            rgba(163, 163, 163, 0.4) 1px,
            transparent 1px
    );
    background-size: 16px 16px;
    background-position: 0 0;
}
