#projects-section{ display: flex; flex-direction: column; scroll-margin-top: 80px; margin-top: 100px; } .show-more-container { text-align: center; } .projects-link { display: inline-block; color: var(--text-color); border: 1px solid var(--text-color); background-color: transparent; padding: 12px 28px; border-radius: 8px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; } .projects-link:hover { background-color: var(--text-color); color: #1E1E1E; transform: translateY(-3px); cursor: pointer; } .projects-section-list { display: flex; flex-wrap: wrap; justify-content: center; } .projects-section-header { text-align: center; margin-bottom: 2rem; position: relative; display: flex; align-items: center; flex-direction: column; } .projects-section-subtitle { font-size: 1.2rem; color: var(--title-color); } .projects-back-link { text-align: center; margin-bottom: 3rem; }