css body { background-color: #f2f2f2; font-family: 'Bebas Neue', monospace; font-size: 14px; font-weight: bold; margin: 0; padding: 0; } h1 { color: #FF69B4; font-size: 24px; text-align: center; border-bottom: 4px solid #333; margin-bottom: 10px; } h2 { color: #FFC080; font-size: 18px; text-align: center; border-bottom: 4px solid #333; margin-bottom: 10px; } h3 { color: #33CC33; font-size: 18px; text-align: center; border-bottom: 4px solid #333; margin-bottom: 10px; } p { font-size: 14px; line-height: 24px; margin-bottom: 20px; color: #555; text-align: center; } a { text-decoration: none; color: #000; background-color: #000; border: 1px solid #000; padding: 4px 8px; font-weight: bold; text-align: center; text-transform: uppercase; margin: 4px 8px; } a:hover { text-decoration: none; color: #000; background-color: #000; border: 1px solid #000; padding: 4px 8px; font-weight: bold; text-align: center; text-transform: uppercase; margin: 4px 8px; background-color: #FF69B4; } img { display: block; margin: 10px auto; border: 1px solid #333; padding: 2px 2px; border-radius: 50%; transition: opacity 0.3s; background: linear-gradient(to bottom, #FF69B4, #FF69B4); } img:hover { display: block; margin: 10px auto; border: 1px solid #333; padding: 2px 2px; border-radius: 50%; transition: opacity 0.3s; background: linear-gradient(to bottom, #FF69B4, #FF69B4); } img:active { display: block; margin: 10px auto; border: 1px solid #333; padding: 2px 2px; border-radius: 50%; transition: opacity 0.3s; background: linear-gradient(to bottom, #FF69B4, #FF69B4); } img:visited { display: block; margin: 10px auto; border: 1px solid #333; padding: 2px 2px; border-radius: 50%; transition: opacity 0.3s; background: linear-gradient(to bottom, #FF69B4, #FF69B4); }