.portfolio{margin-top:3rem;background-color:#faebd7;border-radius:1rem;padding:2rem}h1{text-align:center;color:#fa8b75;font-size:2.5rem;font-weight:700;margin-bottom:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.project{flex:1 1 300px;max-width:400px;text-align:center;background:#fff7f3;border-radius:1rem;padding:1rem;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease}.project:hover{transform:scale(1.02)}img{width:100%;height:auto;border-radius:1rem;object-fit:cover;margin-bottom:1rem}button{background-color:#fa8b75;color:#fff;border:none;padding:.9rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-family:monospace}button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003;background-color:#ff7a62}@media(max-width:768px){h1{font-size:2rem}.row{flex-direction:column;align-items:center}.project{width:90%}}@media(max-width:480px){h1{font-size:1.6rem}button{width:100%;font-size:.95rem}}
