css /* style.css */ body { font-family: "Arial Black"; background-color: #f0f0f0; background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0); background-size: 100px 100px; padding: 0; margin: 0; border: 4px solid black; box-shadow: 0 0 10px black; text-align: center; font-size: 24px; line-height: 1.5; width: 100%; height: 100%; position: relative; top: 0; left: 0; } h1, h2, h3, h4, h5, h6 { font-family: "Impact"; font-weight: bold; text-align: center; color: #ff0000; border-bottom: 4px solid black; margin: 0 0 20px 0; padding: 0; } p { font-family: "Arial Black"; font-size: 18px; line-height: 1.5; color: #000000; border-bottom: 4px solid black; margin: 0 0 20px 0; padding: 0; } span { font-family: "Arial Black"; font-size: 18px; font-weight: bold; color: #000000; border-bottom: 4px solid black; margin: 0 0 10px 0; padding: 0; } a { text-decoration: none; color: #0000ff; border-bottom: 4px solid black; font-family: "Arial Black"; font-size: 18px; font-weight: bold; background-color: #f0f0f0; padding: 4px 10px; border-radius: 4px; text-align: center; } a:hover { background-color: #c0c0c0; text-decoration: none; transition: background-color 0.2s ease 0.5s; } img { border: 4px solid black; width: 100%; height: 500px; margin: 10px 0; }