*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica;height:100vh}.App,body{width:100%}.App{display:flex;flex-direction:column;overflow:hidden;padding:25px 10px}button{border:none;border-radius:5px;box-shadow:1px 1px 3px rgba(0,0,0,.5);cursor:pointer;padding:10px;text-align:left}button:active{box-shadow:none}.repo{background-color:#efefef;border-radius:5px;margin:5px;padding:10px}.repo .repo-btn{border:none;border-radius:5px;box-shadow:1px 1px 3px rgba(0,0,0,.5);cursor:pointer;font-size:16px;padding:10px;width:100%}.repo .repo-btn:active{box-shadow:none}.repo .info-wrapper{align-items:center;display:flex;flex-direction:column;padding-inline:10px}.repo .info-wrapper ul{align-items:start;display:flex;gap:10px;justify-content:space-between;padding-block:20px}.repo .info-wrapper ul li{line-height:1.6;list-style:none}.repo .info-wrapper ul li img{border-radius:50%;height:150px;object-fit:cover;width:150px}@media(min-width:768px){.repo .info-wrapper ul{display:flex;justify-content:space-between;width:100%}}.repo a{align-self:start;padding-bottom:10px}.repo .active{word-wrap:break-word;box-shadow:none;color:blue;font-size:20px;font-weight:700;width:100%}.btn-wrapper{align-items:center;display:flex;flex-direction:column}.btn-wrapper .header{color:blue;padding-block:30px}.btn-wrapper .nav-btn{align-items:flex-start;display:flex;justify-content:space-between;padding-inline:10px;padding-top:10px;width:100%}.btn-wrapper .nav-btn h3{color:blue;font-weight:400;line-height:2;margin-inline:5px;position:relative}.btn-wrapper .nav-btn h3:after{background-color:#efefef;border-radius:50%;content:" ";height:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px;z-index:-1}.btn-wrapper .nav-btn button{color:blue;font-size:18px;font-weight:700;margin-bottom:20px}@media(min-width:768px){.btn-wrapper .nav-btn{margin:0 auto;width:70%}}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:75px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:75px;z-index:2}.spinner .path{stroke:blue;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media(min-width:768px){.repos-wrapper{margin:0 auto;width:70%}}
/*# sourceMappingURL=main.2847f161.css.map*/