@import "@/common/styles/colors" .coin-wrapper margin-left: 15% margin-top: 6% margin-right: 15% display: flex justify-content: space-between align-items: center .coin-image width: 400px animation-name: pulse animation-duration: 5s animation-iteration-count: infinite .text-header margin-bottom: 0 font-weight: 900 line-height: 58pt font-size: 56pt max-width: 40rem color: $white .text-description font-weight: 500 font-size: 24pt max-width: 37rem color: $gray @keyframes pulse 0% filter: drop-shadow(0px 0px 10px #630CF4) 30%, 70% filter: drop-shadow(0px 0px 50px #630CF4) 100% filter: drop-shadow(0px 0px 10px #630CF4)