css /* css/chrono-surfing.css */ body { font-family: Arial, sans-serif; font-size: 20px; } .main-title { font-size: 48px; font-weight: bold; text-align: center; color: #FF69FF; border-bottom: 4px solid black; } .description { font-size: 18px; text-align: center; color: #FF0000; background: #000000; padding: 10px; border-bottom: 4px solid #000000; } .links { text-align: center; padding-top: 20px; padding-bottom: 20px; border-bottom: 4px solid #000000; } .links a { color: #FF0000; text-decoration: none; margin: 10px; padding: 10px; border-bottom: 4px solid black; border-top: 4px solid #000000; } .links a:hover { background: #FF69FF; transition: background 0.3s; } .links a:visited { color: #FF69FF; } .links a:active { background: #FF69FF; color: #FFFFFF; border-bottom: 4px solid #000000; } .links a:link { color: #FF69FF; background: #000000; border-bottom: 4px solid #000000; } img { width: 200px; height: 200px; border: 4px solid #000000; background: #000000; display: block; margin: 20px auto; }