css /* style.css */ body { background-color: #000; color: #fff; font-family: "Comic Sans", "Arial", sans-serif; text-align: center; } h1 { color: #ff00ff; font-size: 24px; font-weight: 400; border-bottom: 4px solid black; padding-bottom: 4px; } h2 { font-size: 18px; font-weight: 400; border-bottom: 4px solid black; padding-bottom: 4px; } h3 { font-size: 14px; font-weight: 400; border-bottom: 4px solid black; padding-bottom: 4px; } p { font-size: 14px; font-weight: 400; margin-bottom: 8px; } a { color: #00ff00; text-decoration: none; border-bottom: 4px solid black; padding-bottom: 4px; } a:hover { background-color: #fff; color: #333; text-decoration: none; } #tinfoil-hat-haven { background-image: linear-gradient(to bottom, #000, #333); background-size: 100% 100%; background-position: 0 0; background-repeat: no-repeat; background-attachment: fixed; background-clip: border-box; -webkit-background-clip: border-box; -webkit-background-clip: border-box; background-origin: border-box; -webkit-background-origin: border-box; border: 1px solid #666; margin: 20px auto; padding: 20px; } /* Add a drop shadow */ #tinfoil-hat-haven { box-shadow: 0 0 10px #999; -webkit-box-shadow: 0 0 10px #999; -moz-box-shadow: 0 0 10px #999; -o-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; }