.container{max-width:800px;margin:auto;text-align:center}.studentGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;justify-items:center;align-items:center}.student-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:10px}.student-name{font-size:18px;font-weight:700;margin-bottom:5px;color:#423d3d}.student-age{font-size:14px;color:gray}.student-card:hover{transform:scale(1.05)}.student-card{background:#efefef;padding:15px;border-radius:12px;box-shadow:0 4px 8px #0000004d;text-align:center;transition:transform .3s ease-in-out}*{background-color:#efefef}h1{margin-bottom:6rem;color:#423d3d}input{margin:2px;padding:6px;border-radius:8px;border:1px solid rgb(182,182,182)}.getInfoField{display:flex;margin-bottom:5rem}@media screen and (min-width: 375px){.getInfoField{display:block;text-align:center}}button{margin:5px;padding:6px;background-color:#423d3d;cursor:pointer;color:#fff;border-radius:8px}button:hover{background-color:#000;scale:1.1}
