* {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

body {
  background-color: #eee;
  background: radial-gradient(circle, #939292 0%, black 100%);
}

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 850px;
  -webkit-box-shadow: 5px 42px 48px -34px rgba(0, 0, 0, 0.75);
          box-shadow: 5px 42px 48px -34px rgba(0, 0, 0, 0.75);
}

.container .row .user_info {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #bdbdbd;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .row .user_info img {
  width: 100%;
  height: 150px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .row .repo {
  width: 70%;
  background-color: #fff;
}

.user_name {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.user_name h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.user_name h1 {
  font-size: 25px;
  margin: 5px 0;
}

.follow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 25px;
}

.follow .item p {
  font-size: 14px;
}

.follow .item span {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.repo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: radial-gradient(circle, #939292 0%, black 100%);
  color: #fff;
}

.repo h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.repo .repo_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.repo .repo_details .item_ {
  width: 47%;
  border: 1px solid #424141;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.repo .repo_details .item_ .repo_name {
  font-size: 12px;
  margin-bottom: 10px;
}

.repo .repo_details .item_ .repo_details_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repo .repo_details .item_ .repo_details_ .info_ {
  font-size: 12px;
}

.repo .repo_details .item_ .repo_details_ .info_.fork .fa {
  margin-right: 5px;
}

.repo .repo_details .item_ .repo_details_ .info_.size .fa {
  margin-right: 5px;
}

.input_wrapper {
  position: relative;
  width: 500px;
  height: 50px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.input_wrapper .input_user {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  padding: 5px 160px 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input_wrapper .input_user::-webkit-input-placeholder {
  color: #bdbdbd;
}

.input_wrapper .input_user:-ms-input-placeholder {
  color: #bdbdbd;
}

.input_wrapper .input_user::-ms-input-placeholder {
  color: #bdbdbd;
}

.input_wrapper .input_user::placeholder {
  color: #bdbdbd;
}

.input_wrapper .input_user:focus {
  outline: none;
}

.input_wrapper .btn_submit {
  width: 150px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */

/* For Responsive */
@media only screen and (max-width:800px){
  .container{
    padding: 10px;
    width: 90%;
    margin-top: 25px !important;
  }
  .header{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    padding-top: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }
  .container .input_wrapper{
    width: 300px;
    height: 40px;
  }
  .container .btn_submit{
    width:100px;
    font-size: 10px;
    font-weight: 50;
  }
  .container .row{
    width: 100%;
  }
  .container .row .user_info{
    font-size: 2px;
    font-weight: 30;
    width: 40%;
  }
  .container .row .user_info img{
    width: 66px;
    height: 72px;
    display: block;
    border-radius: 70%;
    border: 1px solid #000;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container .row .user_info  h1{
    width: 93px;
    height: 28px;
    font-size: 15px;
  }
  .container .row .user_info .follow{
    margin-top: 8px;
    width: 85px;
    height: 52px;
    display: flex;
    flex-direction:column;
    margin-bottom: 7px;
  }
  .repo .repo_details .item_{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .container .row .user_info{
     margin-top: 0;
    display: flex;
    padding: 45px;
    margin-bottom: 5px;
    justify-content: flex-start;
    
  }  
  .container .row .user_info .user_name{
    display: flex;
    flex-direction: column;
  }

}