Design a soft-UI neumorphic CSS shadow effect and copy the code.
See it in action
background: #e0e0e0; box-shadow: 10px 10px 20px #c2c2c2, -10px -10px 20px #fefefe; border-radius: 20px;