/* Index */ .index { display: flex; flex-direction: column; justify-content: center; align-items: center; } /* Index H2 */ .index h2 { width: 80%; padding: 20px; text-align: center; font-family: NeonSans; font-size: 25px; color: #8c00ff; text-shadow: 0 0 10px #8c00ff, 0 0 20px #8c00ff, 0 0 30px #8c00ff, 0 0 40px #8c00ff; } /* Index H3 */ .index h3 { width: 80%; padding: 20px; padding-bottom: 40px; text-align: center; font-family: NeonSans; font-size: 15px; color: #f700ff; text-shadow: 0 0 10px #f700ff, 0 0 20px #f700ff, 0 0 30px #f700ff, 0 0 40px #f700ff; }