css /* Style for the Mystics of the Ether */ body { background-color: #f0f0f0; color: #000; font-family: Arial, sans-serif; font-size: 12px; line-height: 20px; padding: 0; margin: 0; } a { text-decoration: none; color: #ff0000; } a:hover { color: #ff0000; background-color: #000; } h1 { font-size: 36px; font-weight: bold; color: #000; text-align: center; border-bottom: 4px solid #000; } h2 { font-size: 24px; font-weight: bold; color: #000; text-align: center; border-bottom: 4px solid #000; } p { font-size: 12px; line-height: 20px; text-align: center; } span { font-size: 12px; line-height: 20px; } span.style { background-color: #000; color: #fff; border: 2px solid #000; border-radius: 10px; padding: 5px 10px; display: inline-block; } span.slogan { background: url('https://placehold.it/100x100'); background-size: 100px; width: 50px; height: 50px; border: 1px solid #000; } img { border: 4px solid #000; }