.dot-container{
    position: absolute;
    top: 0;
    z-index: -10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.dot-container .element{
    position: relative;
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 50%;
    scale: 0.35;
}