.candle {display: flex;flex-direction: column;align-items: center;}.candle-flame {width: 16px;height: 32px;background: #ffad00;border-radius: 8px 8px 8px 8px / 20px 20px 8px 8px;box-shadow: 0px 0px 20px 0px #ffad00;animation: flame-twirl 15s ease infinite, glow 2s ease infinite;}.candle-wick {height: 5px;width: 3px;background: #ad87a9;}.candle-wax {width: 60px;height: 160px;background: #fff;border-radius: 6px;box-shadow: inset -15px 0px 0px -10px #d8deed;border: 1px solid #232e5880;}.candle-stand {width: 100px;height: 8px;background: #232e58;border-radius: 3px;}@keyframes flame-twirl {0%, 22%, 49%, 62%, 81%, 100% {border-radius: 2px 14px 8px 8px / 20px 20px 8px 8px;}14%, 32%, 56%, 70%, 89% {border-radius: 14px 2px 8px 8px / 20px 20px 8px 8px;}}@keyframes glow {0%, 30%, 60%, 80%, 100% {box-shadow: 0 0 20px 0 #ffad00;}20%, 50%, 70% {box-shadow: 0 0 22px 0 #ffad00;}}