body { font-family: 'Times New Roman', serif; background: linear-gradient(135deg, #3a0088, #9e4fff); background-image: url("/images/yummywater.png"); color: #f5f5f5; } main { max-width: 800px; margin: auto; } a { color: #ff77e9; text-shadow: 2px 2px 0px #00ff99; } a:visited { color: #ff4da6; } a:hover { color: #00f9ff; text-shadow: 2px 2px 0px #ff00ff; } img { max-width: 100%; filter: contrast(1.1) hue-rotate(20deg); } header h1 { text-align: center; font-family: 'Courier New', monospace; color: #ffe066; text-shadow: 3px 3px 0px #00ff99; } footer { text-align: center; clear: both; color: #ffe066; text-shadow: 2px 2px 0px #ff00ff; } /* For TAGLIST.HTML */ .taglist { text-align: center; clear: both; } /* For NEXTPREV.HTML */ #nextprev { /* The container for both the previous and next articles. */ } #prevart { float: left; text-align: left; } #nextart { float: right; text-align: right; } #nextart, #prevart { max-width: 33%; color: #ff77e9; text-shadow: 2px 2px 0px #00ff99; } /* Additional Vaporwave Touch */ body::after { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.1); pointer-events: none; }