css /* Dunebugs Stylesheet */ body { background-image: linear-gradient(90deg, #FF69B0 0 0, #FF69B0 100% 0); background-size: 2000px 2000px; background-position: 0 0; background-repeat: no-repeat; font-family: Arial, sans-serif; font-size: 24px; margin: 0; padding: 0; } h1 { font-size: 36px; font-weight: bold; color: #000000; text-shadow: 0 0 10px #000000; border-bottom: 4px solid #000000; margin-bottom: 20px; padding-bottom: 20px; } h2 { font-size: 24px; font-weight: bold; color: #000000; text-shadow: 0 0 10px #000000; border-bottom: 4px solid #000000; margin-bottom: 20px; padding-bottom: 20px; } h3 { font-size: 18px; font-weight: bold; color: #000000; text-shadow: 0 0 10px #000000; border-bottom: 4px solid #000000; margin-bottom: 20px; padding-bottom: 20px; } p { font-size: 18px; font-weight: normal; color: #000000; text-shadow: 0 0 10px #000000; margin-bottom: 20px; padding-bottom: 20px; } a { text-decoration: none; color: #000000; text-shadow: 0 0 10px #000000; border-bottom: 4px solid #000000; margin-bottom: 20px; padding-bottom: 20px; } ul { list-style: none; margin: 0; padding: 0; background-color: #000000; border: 4px solid #000000; } li { padding: 10px; background-color: #000000; border-bottom: 4px solid #000000; margin-bottom: 10px; } img { width: 100%; height: auto; border: 4px solid #000000; } /* Dunebug's Stylesheet End */