*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:lightgrey;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:lightgrey}.github_users{max-width:600px;margin:auto}.github_users h1{text-align:center}.github_user_card{box-shadow:0 0 10px #0000001a;padding:10px;margin-bottom:30px}.github_user_card img{width:200px;height:200px;object-fit:contain}.github_user_card h2,.github_user_card p{margin:5px 0}.loader{border:8px solid #f3f3f3;border-top:6px solid #3498db;border-right:6px solid #3498db;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.resizeable_container{width:100%;height:100vh;display:flex;flex-wrap:wrap}.resizeable_container .resizeable_column_left{background-color:red;width:calc(50% - 5px);height:100%}.resizeable_container .resizeable_column_right{background-color:green;width:calc(50% - 5px);height:100%}.resizeable_container .column_resizer{background-color:#00f;height:100%;width:10px;cursor:col-resize;box-shadow:0 0 10px #00000080;border:2px dashed black}
