css /* style.css for Void Surfers Club */ body { background: linear-gradient(to bottom, #FF69B4, #FF69B4 50px, #FF69B4); background-size: 100% 50px; color: #FFFFFF; font-family: 'VT323', sans-serif; } h1 { font-size: 24px; text-shadow: 0 0 0 #000000; border-bottom: 4px solid #000000; margin-bottom: 0; padding-bottom: 10px; } h2 { font-size: 18px; text-shadow: 0 0 0 #000000; border-bottom: 4px solid #000000; margin-top: 0; padding-top: 10px; } h3 { font-size: 14px; text-shadow: 0 0 0 #000000; border-bottom: 4px solid #000000; margin-top: 0; padding-top: 0; } p { font-size: 14px; text-shadow: 0 0 0 #000000; line-height: 1.5; margin-bottom: 0; padding-bottom: 10px; border-bottom: 4px solid #000000; } a { text-decoration: none; color: #FFFFFF; text-shadow: 0 0 0 #000000; border-bottom: 4px solid #000000; background: #FF69B4; background-clip: border-box; padding: 4px 10px; border-radius: 4px; } a:hover { background: #FF69B4; background-clip: border-box; text-decoration: none; text-shadow: 0 0 0 #000000; border-bottom: 4px solid #000000; color: #FF69B4; transition: background 0s ease-in-out; } img { border-radius: 4px; border: 4px solid #000000; background: #000000; background-clip: border; display: block; margin: 10px; max-width: 100%; max-height: 100%; } /* Add a thick, black border to every element */ * { box-sizing: border-box; border: 4px solid #000000; }