css /* Exceptional Loans Style */ body { background-color: #ff0000; /* Bright red */ color: #ffffff; /* White text */ font-family: 'Bangers', cursive; font-size: 24px; margin: 0; padding: 0; } body:after { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #0000ff; /* Navy blue background */ background-image: linear-gradient(to bottom, #ff0000 0, #0000ff 100%); background-size: 200px 200px; background-position: center; } h1 { font-weight: bold; text-align: center; margin-bottom: 20px; border-bottom: 4px solid #000000; /* Black border */ padding: 10px 0; background: #ffffff; /* White background */ box-shadow: 4px 4px 10px #000000; /* Harsh drop shadow */ text-shadow: 4px 4px 10px #000000; /* Harsh text shadow */ color: #000000; /* Black text */ background-image: linear-gradient(to bottom, #ff0000 0, #0000ff 100%); background-size: 200px 200px; background-position: center; } h2 { font-weight: bold; text-align: center; margin-bottom: 20px; border-bottom: 4px solid #000000; /* Black border */ padding: 10px 0; background: #ffffff; /* White background */ box-shadow: 4px 4px 10px #000000; /* Harsh drop shadow */ text-shadow: 4px 4px 10px #000000; /* Harsh text shadow */ color: #000000; /* Black text */ background-image: linear-gradient(to bottom, #00ff00 0, #ff0000 100%); background-size: 200px 200px; background-position: center; } h3 { font-weight: bold; text-align: center; margin-bottom: 20px; border-bottom: 4px solid #000000; /* Black border */ padding: 10px 0; background: #ffffff; /* White background */ box-shadow: 4px 4px 10px #000000; /* Harsh drop shadow */ text-shadow: 4px 4px 10px #000000; /* Harsh text shadow */ color: #000000; /* Black text */ background-image: linear-gradient(to bottom, #0000ff 0, #00ff00 100%); background-size: 200px 200px; background-position: center; } a { text-decoration: none; color: #000000; /* Black text */ border-bottom: 4px solid #000000; /* Black border */ background: #ff0000; /* Bright red background */ padding: 10px 20px; box-shadow: 4px 4px 10px #000000; /* Harsh drop shadow */ text-shadow: 4px 4px 10px #000000; /* Harsh text shadow */ } p { font-size: 18px; margin: 10px 0; background: #ffffff; /* White background */ box-shadow: 4px 4px 10px #000000; /* Harsh drop shadow */ text-shadow: 4px 4px 10px #000000; /* Harsh text shadow */ color: #000000; /* Black text */ background-image: linear-gradient(to bottom, #ff0000 0, #0000ff 100%); background-size: 200px 200px; background-position: center; } img { width: 50%; height: 50%; border: 4px solid #000000; /* Black border */ background: #000000; /* Black background */ background-size: 200px 200px; background-position: center; background-image: linear-gradient(to bottom, #ff0000 0, #0000ff 100%); box-shadow: 4px 4px 10px #000000; /* Harsh drop shadow */ text-shadow: 4px 4px 10px #000000; /* Harsh text shadow */ background-clip: border; }