.projectBackground{
    display: grid;
    margin-inline:auto;
    grid-template-columns: minmax(0,1fr) 200px; 
    gap: 1.5rem;
    width:1200px;
    /*height:600px;*/
    border-radius:25px;
    background-color: rgb(25, 136, 67);

}
.projectContent{
    margin:1px;
}
.projectMedia{
    margin:1rem;
    display: flex;
    flex-direction: column; /* Stacks pictures vertically on the right */
    gap: 10px;
    justify-content: center; /* Centers images vertically */
    text-align:center;
}
.projectMedia img{
    width:100%;
}

.projectHeader{
    width:1200px;
    text-align: center;
    margin: 1rem;
    font-size:2rem;
    color:black;
}

.skillsLearned{
    margin:1rem;
    font-size:1.25rem;
    font-weight:bold;
    margin-bottom:0;
}

.projectText{
    margin:1rem;
    margin-left:3rem;
    margin-right:2rem;
    font-size:1.2rem;
}
