css /* style.css */ body { background-color: #f2f2f2; } .container { width: 80%; margin: 40px auto; background-color: #333; padding: 20px; border: 4px solid #000; border-radius: 10px; box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); } h1 { font-size: 36px; color: #f00; text-align: center; } h2 { font-size: 24px; color: #0f0; text-align: left; } a { text-decoration: none; color: #0f0; font-weight: bold; } a:hover { text-decoration: underline; }