@import url(https://fonts.googleapis.com/css2?family=Ubuntu&family=Poppins&display=swap);*{box-sizing:border-box}body{background-color:#f8f8ff;color:#fff;overflow-y:auto}.search{max-width:1000px;min-width:300px;margin:2rem auto}.search input{width:100%;background-color:#4682b4;padding:1rem;border-radius:5px;border:none;outline:none;font-size:1.3rem;color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3)}.search input::-webkit-input-placeholder{color:#fff;font-family:inherit}.search input:-ms-input-placeholder{color:#fff;font-family:inherit}.search input::placeholder{color:#fff;font-family:inherit}.card{max-width:450px;height:800px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background-color:#4682b4;padding:1.5rem;border-radius:5px;box-shadow:0 5px 10px rgba(0,0,0,.3);margin:1rem}.card .avatar{height:200px;width:200px;border:8px solid #add8e6;border-radius:50%}.card .user-info p{margin:1.5rem 0;color:#d3d3d3}.card .user-info ul{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;list-style-type:none;padding:0}.card .user-info ul li{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-right:.8rem}.card .user-info ul li strong{font-size:.9rem;margin-left:.25rem;color:#d3d3d3}.card .repos{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:1.5rem 0}.card .repos .repo{color:#fff;background-color:#86cce3;padding:.25rem .5rem;border:none;outline:none;text-decoration:none;border-radius:5px;margin-right:.5rem;margin-bottom:.5rem}@media(max-width:1344px){.card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.card,.search{max-width:800px;width:100%;min-width:350px}}#cy{width:800px;height:800px;min-width:350px;min-height:350px;background-color:#fff;border-radius:5px;box-shadow:5px 10px 10px rgba(0,0,0,.3);margin:1rem}.container{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}
/*# sourceMappingURL=main.7fa9bcfe.chunk.css.map */