.projects-container{max-width:900px;margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);font-family:Arial,sans-serif;color:#333;line-height:1.6}.projects-container h1{font-size:2.5rem;text-align:center;color:#6495ed;margin-bottom:20px}.project-list{display:flex;flex-direction:column;gap:20px}.project-item{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:15px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.project-item:hover{transform:scale(1.02);box-shadow:0 4px 8px rgba(0,0,0,.2)}.project-item h2{font-size:1.5rem;color:#333;margin-bottom:10px}.project-item p{font-size:1rem;color:#666;margin-bottom:15px}.project-item img{width:100%;height:auto;border-radius:8px;margin-bottom:15px}.project-item a{color:#6495ed;text-decoration:none;font-weight:700;transition:color .3s}.project-item a:hover{color:#4682b4}.no-projects-message{text-align:center;font-size:1.2rem;color:#999}