body{
    margin:0;
    padding :0;
    font-family: 'Marvel', sans-serif;
    background-color: rgba(231, 230, 231, 0.918);
    overflow-x:hidden;
}
nav{
    background-color: rgba(148, 141, 142, 0.959);
    width: 100vw;
    height:50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px,
    rgba(0, 0, 0, 0.12) 0px -12px 3px, rgba(0, 0, 0, 0.12) 0px 4px 2px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
   
}
nav img{
    max-width: 40px;
}
nav h1{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 10px;
}
.container{
    width:100vw;
    padding-top: 40px;
    position: relative;
    left:50%;
    height: 100vh;
    transform:translateX(-50%);
    overflow-x:hidden;
}
.header{

    width:90%;
    margin-left:50%;
    transform: translateX(-50%);
    height: 300px;
    position: relative;
    padding-top: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.header-content{
    width:80%;
    margin-left:50%;
    transform: translateX(-50%);
    position: absolute;
    
}
.header h1{
    text-transform: uppercase;
    font-weight: 900;
}
.header h3{
    text-transform: uppercase;
    color: rgb(86, 86, 88);
    font-weight: 900;
}
.header input{
    border:1.5px solid rgba(92, 91, 91, 0.397);
    padding:10px;
    width:100%;
    border-radius: 5px;
    font-family: 'Marvel', sans-serif;
    letter-spacing: 1px;
}
.header input:focus{
    outline-color:rgba(14, 146, 124, 0.801);
    outline-width: 1px;
    border-radius: 5px;
}

.profile-card{
   
    width:90%;
    margin-left:50%;
    transform: translateX(-50%);
    height: 530px;
    margin-top: 40px;
    padding-top: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.profile-image{
    width:110px;
    height: 130px;
    margin-left:50%;
    transform: translateX(-50%);
    margin-bottom:10px;
}
 #link{
  position:relative;
  margin-top: 50px;
  background-color: darkcyan;
  padding:5px 20px;
  width:120px;
  text-align: center;
  border-radius: 5px;
  color: rgb(252, 252, 252);
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;

}
#link:hover{
    background-color: rgb(168, 64, 82);
    padding:6px 22px;
}
.profile-image img{
    max-width: 100%;
    border-radius: 7px;
}
hr{
    margin-bottom: 10px;
}
.profile-info{
    width:100%;
    margin-left: 50%;
    transform: translateX(-50%);
    line-height: 40px;
    text-align: center;
}
.badge{
  
    width:90%;
    margin-top: 20px;
    margin-left:50%;
    transform:translateX(-50%);

}
.badge button{
    padding-left:20px;
    padding-right:20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 5px;
   
    color: rgb(252, 252, 252);
    border:0;
    margin-bottom: 5px;
}
.badge button:focus{
    outline: none;
}
.badge1{
    background-color: rgba(6, 163, 32, 0.801);
}
.badge2{
    background-color: rgba(6, 126, 163, 0.801);
}
.badge3{
 
    background-color: rgba(163, 6, 32, 0.801);
   
}
.badge4{

    background-color: rgba(11, 36, 105, 0.801);
 
} 
.list{
    width:100%;
    margin-top:-20px;
    margin-bottom: 20px;
   
}


.list li{ 
    margin-top:-20px;
    margin-bottom: 20px;
    margin-left: 45%;
    transform: translateX(-50%);
  
}
.list li:nth-child(1){
    list-style-type: none;
    border-top: 1px solid rgba(85, 83, 83, 0.521);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.list li{
    list-style-type: none;
    width:90%;
    padding:8px;
    border-bottom: 1px solid ;
    border-left: 1px solid ;
    border-right: 1px solid ;
    border-color: rgba(85, 83, 83, 0.521);
}
.list li:nth-child(4){
    list-style-type: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.list li span{
  margin-left:10px;
  
}

#profile h3{
   text-align:center;
   margin-top:10px;
   text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 30px;
}

#repos{
    margin-bottom: 30px;
}
.repo-list-box{
   
    margin-left:50%;
    transform: translateX(-50%);
    width:90%;
    height: 160px;
    margin-top: 10px;
    padding-top: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 5px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.repo-list{
    width:90%;
    border:0px solid rgba(146, 146, 146, 0.748);
    margin-left:50%;
    transform: translateX(-50%);
    border-radius: 5px;
}
.repo-list li{
  list-style: none;
  margin-left: -40px;
  padding: 5px;
  padding-left: 10px;
  color: white;
}
.repo-list li:hover{
    padding: 7px;
    padding-left: 10px;
    
  }
.repo-list li:nth-child(1){
    list-style: none;
    background-color: rgba(85, 87, 86, 0.897);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .repo-list li:nth-child(2){
    background-color: rgba(81, 122, 133, 0.959);
  }
  .repo-list li:nth-child(3){
    background-color: rgba(14, 163, 84, 0.938);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .repo-list li:nth-child(4){
 
    
    text-align:center;
    color:white;
  }
  .repo-list li:nth-child(4) a{
    color:white;
    text-decoration: none;
  }
  .repo-list li:nth-child(4) button{
    background-color: rgba(11, 36, 105, 0.801);
    color:white;
    text-decoration: none;
    padding:5px 30px;
    border:0;
    margin-top:10px;
    border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 5px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    cursor:pointer;   
   
    font-size:12px;
}
.repo-list li:nth-child(4) button:hover{
    background-color: rgb(26, 129, 86);
    padding:7px 32px;
  }
  .repo-list li:nth-child(4) button:focus{
    outline:none;
   
  }
  
  footer{
      bottom:0;
      position: relative;
      background-color: rgba(148, 141, 142, 0.959);
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
  }
  footer h3{
   font-size:15px;
}
#copy{
    margin-left:10px
}
.alert{
    width:100%;
    text-align:center;
    height: 30px;
    margin-top:-10px;
    margin-bottom: 20px;
    background-color: lightcoral;
    padding-top:10px;
    color:rgb(255, 255, 255);
}
@media (min-width:300px){
    .header{
        height:250px;
     
    }
}
@media (min-width:700px){
    .header{

        width:600px;
        height:200px;
     
    }
    .profile-card{
   
        width:600px;
    }
    .list li{ 
        margin-left: 47%;
        transform: translateX(-50%);
    }
    .repo-list-box{
        width:600px;
      
    }
}