*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: left;
    background-color: #0d1017;
    height: 100vh;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    background-color:#101d2d;
    margin-bottom: 1rem!important;
    font-size: .930125rem;
    color: #7dbff9;
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
 @media (min-width: 992px) {
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#Bold {
    fill: rgb(206, 204, 204);
}
.navbar-brand {
    display: inline-block;
    padding-top: .300688rem;
    padding-bottom: .300688rem;
    margin-right: 1rem;
    font-size: 1.32875rem;
    line-height: inherit;
    white-space: nowrap;
    color: #c9c9c9;
    position: relative;
    right: 81%;
}
a {
    text-decoration: none;
    background-color: transparent;
}
 h1 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.6575rem;
    color: #494e55;
}

p {
    font-size: 1.32875rem;
    font-weight: 300;
    color: #868e96;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.form_space {
    display: block;
    width: 100%;
    height: calc(1em + 1rem + 2px);
    padding: .5rem 1.1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c2c1c1;
    background-color: #090c11;
    margin-bottom: 10px;
    border: 1px solid rgba(197, 197, 197, 0.1);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_space:focus {
    color: #c2c1c1;
    background-color: #090c11;
    border-color: #3c79e2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(69 130 236 / 25%);
}
input{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
}
hr {
    width: 100%;
    border-bottom: none;
    background-color: #ffffff42;
    border-top: none;
    height: 1px;
    margin-top: 20px;
    border-left: none;
    border-right: none;
}
footer {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: .930125rem;
    padding: 1rem!important;
    color: #b8b8b8;
    position: relative;
    top: 290px;
}
.alert {
    color: #fff;
    font-size: .930125rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    position: relative;
    padding: .50rem 1rem;
    border: 0 solid transparent;
    border-radius: .25rem;
    width: 35%;
    text-align: center;
}
.alert-danger {
    color: #f4cfce;
    background-color: #d9534f;
    border-color: #f4cfce;
    margin-bottom: 1rem!important;
}
@media (min-width: 768px){
.p__pics {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
.p__pics {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
    margin-bottom: .9rem;
    margin-top: .9rem;
    border-radius: 50%;
}
.btn {
    display: block;
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    color: #343a40;
    text-align: center;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1.1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 1.078em;
    margin-bottom: 1.5rem!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_green {
    color: #fff;
    background-color: #4bb15b;
    border-color: #4bb15b;
    border-radius: 8px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a {
    color: #4582ec;
    text-decoration: none;
    background-color: transparent;
}
@media (min-width: 768px){
.p__details{
    flex: 0 0 75%;
    max-width: 75%;
}
}
.p__details {
    position: relative;
    width: 100%;
    top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.badge {
    display: inline-block;
    padding: .9em 1.2em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #c0c0c0;
    background-color:  #343a40;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    font-size: .930125rem;
    color: #d6d5d5;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.315);
}

.repo__page-heading {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.86025rem;
    margin-top: 5.5rem;
    margin-bottom: .5rem;
}
div {
    display: block;
}

.repo_container {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: .25rem;
    margin-bottom: .5rem;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
@media (min-width: 768px) {
.half1,.half2{
    flex: 0 0 50%;
    max-width: 50%;
}
}
.half1, .half2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
a {
    color: #a1a1a1;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}