.projects{flex-direction:column;justify-content:flex-start;width:100%;max-width:1200px;min-height:80dvh;margin:0 auto;padding:2rem;display:flex}.projects .projectsSubtitle{color:#dcdcdd;margin:1rem 0;font-size:32px}
.technologyCard{background-color:#212a41;border:1px solid #8a8a8a;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;width:250px;padding:1.5rem;display:flex}.technologyCard:hover{background-color:#7b5000;border-color:#303e5f}
.technologies{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%;max-width:1200px;min-height:80dvh;padding:1rem;display:flex}.technologies .technologiesGrid{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-height:450px;display:flex;overflow-y:auto}.technologies .technologiesGrid::-webkit-scrollbar{width:8px}.technologies .technologiesGrid::-webkit-scrollbar-track{background:0 0}.technologies .technologiesGrid::-webkit-scrollbar-thumb{background-color:#212123;border-radius:4px}
