@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Tomorrow&display=swap";*{padding:0;margin:0;font-family:Inter,sans-serif;box-sizing:border-box}.main_container{background-color:#1e1e1e;color:#d6d6d6;min-width:100vw;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:10px;padding-bottom:40px}body::-webkit-scrollbar{display:none}.navbar{display:flex;flex-direction:column;align-items:center;width:80%;font-family:Inter,sans-serif;max-width:348px}.allUsers{min-width:100vw;min-height:100vh;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.infocard-containor{width:100vw;min-height:100vh;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.repos{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.like-containor{display:flex;align-items:center;position:fixed;top:10vh;height:70vh}.liked-data{display:flex;flex-direction:column;width:320px;height:80vh;overflow:auto;background-color:#363636;border:1px solid #d6d6d6;border-bottom-right-radius:10px;border-top-right-radius:10px}.liked-data h1{background-color:#7d5bed;text-indent:20px;color:#fff}.like-btn{width:40px;height:40px;font-weight:700}.like-info{color:#d6d6d6}.header{color:#7d5bed;font-size:25px}.input{display:flex;flex-direction:column}.user-input{padding:5px;font-size:15px}.info{margin:1rem;border-radius:10px;background-color:#363636;border:2px solid #d6d6d6;width:340px}.profile-img{display:flex;justify-content:center;align-items:center}.profile-img img{margin-top:20px;margin-bottom:20px;width:100%;max-width:135px;min-width:111px;height:auto;border-radius:50%}.profile-info{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}.profile-img img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-right:20px}#7d5bed .profile-info{flex:1}.profile-link{text-decoration:none;color:#fff}h2{font-size:24px;margin-bottom:8px}p{margin-bottom:6px}button{padding:8px 16px;border:none;border-radius:4px;margin-top:8px;cursor:pointer;background-color:#7d5bed;color:#fff;transition:background-color .3s ease}button:hover{background-color:#00008b}.repos-list{display:flex;flex-direction:column;background-color:#363636;border-radius:10px;width:80%;max-height:70%;color:#d6d6d6;font-family:Inter,sans-serif}.repohead{display:flex;justify-content:space-between;margin:10px;color:#7d5bed}.repo-data{background-color:#fff;background-color:#363636;width:100%;max-height:30%;overflow:auto;color:#d6d6d6;font-family:Inter,sans-serif}.repo-data ul{margin-left:40px}.repo-data ul li{margin-bottom:20px;border:2px sold black}.repo-data ul li h3{width:100%}.repo-link{width:10%}.like-info{width:270px}
