css /* Style.css for the Committee of Conundrums Secret Solvers */ body { background-image: linear-gradient(to bottom, #ff69b4 1px, #ff69b4 1px, #ffffff 1px, #ffffff 1px); background-size: 100px 100px; background-position: 0 0; background-repeat: repeat-x; background-attachment: fixed; font-family: "Arial Black"; font-size: 24px; color: #000000; text-align: center; padding: 10px 10px; border: 4px solid #333333; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); } h1 { font-size: 36px; font-weight: bold; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); color: #ff0000; text-align: center; margin: 0 auto 0 auto; } h2 { font-size: 24px; font-weight: bold; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); color: #00ff00; text-align: center; margin: 0 auto 0 auto; } a { font-size: 18px; text-decoration: none; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); color: #000000; text-align: center; margin: 0 auto 0 auto; }