div#conway-sim {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    gap: 1em;
}

.projects{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.project-item h3{
    font-weight: 325;
}

.project-item{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    border: 1px  solid #43424030; 
    border-radius: 1em;
    padding: 1em;
}