/* Copyright Card */ .copyrightCard { width: 100vw; padding-bottom: 20px; display: flex; justify-content: center; align-items: center; background-color: #1a1a1a; } /* Copyright Card H6 */ .copyrightCard h6 { font-family: NeonSans; font-size: 10px; color: #f700ff; text-shadow: 0 0 10px #f700ff, 0 0 20px #f700ff, 0 0 30px #f700ff, 0 0 40px #f700ff; }