#projectsPage{flex-direction:column;justify-content:center;align-items:center;gap:8rem;display:flex}#projectsPage #projects-title{flex-direction:column;padding-top: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}#projectsPage #projects-title .projects-title__text{text-align:center;padding-left:1rem;padding-right:1rem;font-size:1.5rem}#projectsPage #projects-list{flex-direction:column;gap:5rem;width:55%;margin-bottom: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}#projectsPage #projects-list{width:95%}}
