h1{
    text-align: center;
    font-family: system-ui;
}

.projects-grid{
    display: flex;
    justify-content: center;
}

.project-item{
    margin: 20px;
}

.project-item iframe{
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 8px 0 black;
}

.project-item h2{
    margin: 0;
    text-decoration: none;
    font-family: system-ui;
    text-align: center;
    color: black !important;
}