                               body {
		                                  background: #ffffff;
		                                  color: #222;
		                                  padding-top: 90px; /* space for fixed nav */
		                                  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
		                                }

		                                /* Section styling */
		                                section {
		                                  border: 1px solid #e5e5e5;
		                                  padding: 2rem;
		                                  margin-bottom: 2rem;
		                                  border-radius: 8px;
		                                  background: #fff;
		                                }

		                                /* Header styles with pink shadow */
		                                h1, h2, h3, h4, h5, h6 {
		                                  color: #000;
		                                  text-shadow: 2px 2px 1 #ffb6c1;
		                                  font-weight: 900;
		                                  text-align: center;
		                                }

		                                p {
		                                  color: #333;
		                                }

		                                .banner {
		                                  height: 220px;
		                                  background: #f3f3f3;
		                                  display: flex;
		                                  align-items: center;
		                                  justify-content: center;
		                                  border: 1px solid #e5e5e5;
		                                  border-radius: 10px;
		                                  font-size: 1.5rem;
		                                  color: #666;
		                                  margin-bottom: 2rem;
		                                }

		                                footer .banner {
		                                  margin-top: 2rem;
		                                  margin-bottom: 0;
		                                }

		                                .card {
		                                  border: 1px solid #e5e5e5;
		                                }