#projectsPage{flex-direction:column;justify-content:center;align-items:center;gap:8rem;display:flex}#projectsPage #projects-title{border:1px solid;border-left:inset;border-image:linear-gradient(#c6a463,#0000,#c6a46330) 80;flex-direction:column;padding:5rem;display:flex}#projectsPage #projects-title .projects-title__heading{letter-spacing:3px;color:var(--color-heading);align-self:center;padding-bottom:.5rem;font-family:Luxurious Script,cursive;font-size:3rem;font-weight:100}#projectsPage #projects-title .projects-title__text{text-align:center;padding-left:1rem;padding-right:1rem;font-size:1.2rem}#projectsPage #projects-list{flex-direction:column;align-items:center;gap:5rem;width:100%;margin-bottom:2rem;padding:.2rem;display:flex}#projectsPage #projects-list #projectCard:nth-of-type(2){animation-delay:.1s}#projectsPage #projects-list #projectCard:nth-of-type(3){animation-delay:.2s}#projectsPage #projects-list #projectCard:nth-of-type(4){animation-delay:.3s}@media (max-width:800px){#projectsPage{gap:5rem}}@media (max-width:700px){#projectsPage #projects-title{margin-left:1rem;margin-right:1rem;padding:3rem}}@media (max-width:500px){#projectsPage #projects-title{padding:1rem}}
