css /* Stylesheet for the most epic of programs: Derelict Empowerment */ body { background-color: #333; background-image: url(https://example.com/derelict-sky.png); background-size: 100% 100%; font-family: "Bangers", cursive; color: #f7f7f7; text-shadow: 2px 2px #000; } h1, h2, h3, h4, h5, h6, h7, h8 { font-family: "Bangers", cursive; font-weight: bold; text-shadow: 2px 2px #000; border-bottom: 4px solid #f7f7f7; margin-bottom: 0; } h1 { font-size: 48px; line-height: 0.5; text-align: center; border-radius: 0 0 4px 4px; background-color: #f7f7f7; color: #000; box-shadow: 2px 2px #000; text-shadow: 0px 0px 0px #f00; } h2 { font-size: 36px; margin: 0 0 0 0; background-color: #f7f7f7; border-radius: 0 0 4px 4px; box-shadow: 2px 2px #000; text-shadow: 0px 0px 0px #f00; } h3 { font-size: 24px; margin: 0 0 0 0; background-color: #f7f7f7; border-radius: 0 0 4px 4px; box-shadow: 2px 2px #000; text-shadow: 0px 0px 0px #f00; } a { color: #00f; text-decoration: none; background-color: #f00; padding: 4px 8px; border: 2px solid #f7f7f7; border-radius: 8px 8px; text-shadow: 1px 1px #000; margin: 0 4px 0 4px; transition: all 0.3s; box-shadow: 2px 2px #000; } a:hover { background-color: #000; color: #f7f7f7; border: 2px solid #f7f7f7; text-shadow: 1px 1px #000; transition: all 0.3s; transform: scale(1.1); } a:visited { color: #f00; text-decoration: none; border: 2px solid #f7f7f7; text-shadow: 1px 1px #000; background-color: #000; transition: all 0.3s; box-shadow: 2px 2px #000; transform: scale(1.1); } /* Derelict Empowerment Program Logo */ .logo { position: absolute; top: 0; left: 0; margin: 0 10px 0 0; background-color: #f7f7f7; padding: 8px 12px; border: 2px solid #f00; border-radius: 8px 8px; font-size: 18px; font-weight: bold; color: #000; text-shadow: 1px 1px #000; box-shadow: 2px 2px #000; text-align: center; background-image: url(https://example.com/derelict-logo.png); background-repeat: no-repeat; width: 200px; height: 40px; } /* Derelict Empowerment Program Navigation */ nav { position: relative; margin: 0 0 0 0; padding: 0 10px; border-bottom: 4px solid #f7f7f7; background-color: #f7f7f7; border-radius: 8px 8px; box-shadow: 2px 2px #000; text-shadow: 1px 1px #000; background-image: url(https://example.com/derelict-nav.png); background-repeat: no-repeat; width: 200px; height: 40px; background-position: 0 0; background-size: 100% 40px; } nav ul { list-style: none; margin: 0 10px 0 10px; padding: 0 0 0 0; background-color: #f7f7f7; border-bottom: 4px solid #f00; border-radius: 8px 8px; box-shadow: 2px 2px #000; text-shadow: 1px 1px #000; width: 150px; } nav li { margin: 0 0 0 0; padding: 0 10px 0 10px; background-color: #f7f7f7; border-radius: 0 0 8px 8px; box-shadow: 2px 2px #000; text-shadow: 1px 1px #000; transition: all 0.3s; width: 100%; height: 40px; background-image: url(https://example.com/derelict-nav-item.png); background-repeat: no-repeat; background-position: 0 0; background-size: 100% 40px; } nav a { color: #00f; text-decoration: none; background-color: #f00; padding: 4px 8px; border: 2px solid #f7f7f7; border-radius: 8px 8px; text-shadow: 1px 1px #000; margin: 0 0 0 0; transition: all 0.3s; box-shadow: 2px 2px #000; } nav a:hover { background-color: #000; color: #f7f7f7; border: 2px solid #f7f7f7; text-shadow: 1px 1px #000; transition: all 0.3s; transform: scale(1.1); } nav a:visited { color: #f00; text-decoration: none; border: 2px solid #f7f7f7; text-shadow: 1px 1px #000; background-color: #000; transition: all 0.3s; box-shadow: 2px 2px #000; transform: scale(1.1); }