css /* Society Style Sheet */ /* Color Scheme: Neon Pink, Electric Blue, and Bright Yellow */ body { background-color: #ff69ff; color: #ffffff; font-family: "Monaco", monospace; font-size: 14px; line-height: 1.1; margin: 0px; padding: 0px; box-sizing: border-box; -moz-osx-xfbtfocus: none; -webkit-appearance: none; border: 4px solid #000000; border-radius: 0px; } /* Font Styles */ h1, h2, h3, h4, h5, h6 { font-family: "Monaco", monospace; color: #000000; text-shadow: 0px 0px 4px #000000; border: 4px solid #000000; margin: 0; padding: 0; font-weight: bold; font-size: 24px; line-height: 1.1; background-color: #ffffff; border-radius: 8px; box-shadow: 4px 4px 4px #000000; } /* Button Styles */ button { background-color: #00ff00; color: #000000; padding: 10px 20px; border: 4px solid #000000; border-radius: 8px; cursor: pointer; font-size: 18px; font-weight: bold; text-shadow: 0px 0px 4px #000000; -webkit-appearance: none; box-shadow: 4px 4px 4px #000000; } /* Link Styles */ a:link { text-decoration: none; color: #00ff00; background-color: #000000; padding: 4px 8px; border: 4px solid #000000; border-radius: 8px; cursor: pointer; font-size: 18px; font-weight: bold; text-shadow: 0px 0px 4px #000000; -webkit-appearance: none; box-shadow: 4px 4px 4px #000000; display: block; text-align: center; } /* Miscellaneous */ body::after { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 10px; background-color: #ff0000; border: 4px solid #000000; border-radius: 0px; z-index: -1; } body::before { content: ""; position: fixed; bottom: 0; right: 0; width: 100%; height: 10px; background-color: #0000ff; border: 4px solid #000000; border-radius: 0px; z-index: -1; } /* Scrollbar Styles */ ::-webkit-scrollbar { width: 12px; height: 12px; background-color: #000000; border: 4px solid #000000; border-radius: 8px; cursor: default; }