* CSS ART TIPS *
• Use border-radius for circles & rounded shapes
• Use transform: rotate() to angle pieces
• Add depth using box-shadow and gradients
• Keep shapes grouped using div containers
• Experiment with position: absolute
• Try clip-path to make creative shapes
• Animations? Try @keyframes!