.project-page {
    width: 90%;
    margin: 100px auto;
}
.project-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.project-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 60px 0;
}
.project-tag {
    margin-bottom: 6px;
}