.profile-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;justify-content:start;margin-bottom:5px;width:100%;height:auto}@media(max-width:1326px){.profile-form .profile-form{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:1000px){.profile-form .profile-form{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:860px){.profile-form .profile-form{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.find-user input{margin-bottom:20px;height:30px;padding:0 35px 0 5px;font-size:15px;background-color:#1e1e25;border-radius:10px;color:#fff;transition:border .5s;outline:none}.message{margin-top:40px;font-size:70px;color:#fff;font-weight:600}.pages{display:flex;justify-content:center;align-items:center}#players-find{max-width:350px;height:40px;padding:0 35px 0 10px;font-size:15px;background-color:#28272c;color:#fff;transition:border .5s;outline:none;border-radius:5px;margin-bottom:20px;margin-top:30px}@media(max-width:800px){#players-find{margin-top:0}}#players-find:hover{outline:none}#players-find:focus{outline:none}#pages{color:#fff;font-weight:800;justify-content:center;font-size:20px;margin-top:30px;display:flex;flex-direction:row}#pages div{background-color:#28272c;padding:5px 10px;display:flex;flex-direction:row;justify-content:center;gap:40px;border-radius:10px}
