.shadow { position: absolute; box-shadow: 0 0 200px black; width: 157px; height: 113px; border-radius: 130px; background-color: rgba(0, 0, 0, 0.2); left: 40px; top: 40px; } <div class="shadow"></div> How to make the shadow render equally the same, this is no good.