.projects-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-items: center;
}

h1 {
    text-align: center;
    margin-bottom: 50px;
}