.container{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px}form{width:100%;display:flex;justify-content:center;gap:10px;margin-bottom:20px}#gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:20px;width:100%}#gallery img{width:100%;height:auto;display:block}.photo-card{border:1px solid #ccc;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;background:#fff}.photo-card img{width:100%;height:200px;display:block;object-fit:cover}.info{display:flex;justify-content:space-between;padding:10px;text-align:center}.info p{flex:1;font-size:14px;color:#333;margin:0 6px}a{color:inherit;text-decoration:none}button{background-color:#4e75ff;border-radius:8px;color:#fff;padding:8px 16px;width:91px;height:40px;border:none;font-weight:700;cursor:pointer}button:hover{background-color:#6c8cff}input{border:1px solid #808080;border-radius:4px;padding:10px;font-size:16px;width:300px}form input:hover{border-color:#000;border-radius:4px}.loader{width:64px;height:64px;position:relative;background-image:linear-gradient(#fff 16px,transparent 0),linear-gradient(#ff3d00 16px,transparent 0),linear-gradient(#ff3d00 16px,transparent 0),linear-gradient(#fff 16px,transparent 0);background-repeat:no-repeat;background-size:16px 16px;background-position:left top,left bottom,right top,right bottom;animation:rotate 1s linear infinite}.hidden{display:none}@keyframes rotate{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}
