css /* stylesheets/philosophy.css */ body { background-image: linear-gradient(to bottom, #FFC107, #FF69B4, #8B0A1A, #4F5D8F); background-size: 100% 100vh; background-attachment: fixed; background-position: 0 0; background-repeat: repeat; font-size: 20px; line-height: 1.5; font-family: 'Bebas Neue', monospace; margin: 0; padding: 0; overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { font-family: 'Bebas Neue', monospace; font-weight: bold; color: #FF69B4; text-align: center; text-shadow: 0 0 0 #8B0A1A; border-bottom: 4px solid #8B0A1A; border-top: 4px solid #8B0A1A; margin-bottom: 20px; padding: 10px 10px; background-color: #4F5D8F; width: 100%; text-align: center; box-shadow: 0 0 10px #4F5D8F; } p { color: #8B0A1A; text-align: center; font-size: 16px; line-height: 1.5; margin: 10px 10px; padding: 5px 5px; background-color: #FF69B4; border: 1px solid #4F5D8F; border-radius: 5px 5px; box-shadow: 0 0 5px #4F5D8F; } a { text-decoration: none; color: #FF69B4; background-color: #FF69B4; border: none; padding: 5px 5px; border-radius: 5px 5px; text-shadow: 0 0 0 #8B0A1A; } /* Add some philosophy to your day with this stylesheet */