/* WRAPPER */ #miclyd-wrapper { width: 100%; max-width: 1100px; margin: 0 auto; padding-top: 40px; font-family: Helvetica, Arial, sans-serif; } /* HEADER TITLE */ #miclyd-title { font-weight: 900; font-size: 72px; letter-spacing: 2px; text-align: center; margin-bottom: 20px; } /* NAVIGATION */ .nav-links { display: flex; justify-content: center; gap: 40px; font-size: 16px; font-weight: 500; margin-bottom: 60px; } .nav-links a { text-decoration: none; color: black; transition: opacity 0.2s ease; } .nav-links a:hover { opacity: 0.6; } .nav-links a.active { color: red; } /* SERIES LIST */ .series-list { width: 100%; margin-top: 20px; } .series-item { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid #eaeaea; font-size: 18px; letter-spacing: 0.5px; } .series-item .year { color: #777; font-size: 16px; } /* FUTURISTIC FEEL */ body { background-color: #ffffff; } .series-item:hover { background-color: #f9f9f9; transition: 0.2s ease; }
top of page
bottom of page