.project-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px}.project-card{display:flex;flex-direction:column;justify-content:space-between;width:350px;height:500px;margin:10px;padding:20px;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:5px;text-align:center}.project-card a{text-decoration:none;color:#000}.project-card h3{font-size:1.2rem;margin-bottom:10px;height:50px;flex-shrink:0;color:#fff}.project-card p{font-size:1rem;line-height:1.5;margin-bottom:10px;flex-grow:1}.project-card img{max-width:100%;height:auto;margin-bottom:10px}.project-card button{padding:10px 20px;border:none;border-radius:5px;font-size:1rem;color:#fff;background-color:#000;cursor:pointer;transition:background-color .2s ease-in-out}.project-card button:hover{background-color:#CC3300}.project-card .button-container{display:flex;justify-content:space-between;align-items:flex-end}.project-card{background:linear-gradient(to bottom,#7a0236,#2b015b)}@media only screen and (max-width:415px){.project-card{width:280px}}