
.titlee{
    font-family:monospace;
    font-size: xxx-large;
    margin-left:10px;
    margin-top:10px;
    color:rgb(0, 123, 255);
    font-weight: 600;
    display: inline-block;
}
.titlee:hover{
    font-family:monospace;
    font-size: xx-large;
    margin-left:10px;
    margin-top:10px;
    color:rgb(0, 123, 255);
    font-weight: 600;
  
    
    
}


.btn1{
    height: 37.5px;
    width: 37.5px;
    border-radius:12.5px;
    border:solid 1px #333333;
    margin-left: 1px;
    background-color:#0d1117;
     padding-left:3px;
    padding-right:3px;
    margin-top:7px;
    margin-left:4px;
    color:white;
    font-family: monospace;
    font-weight: 600;
}
.btn2{
    height: 37.5px;
    width: 37.5px;
    border-radius:12.5px;
    border:none;
    margin-left: 1px;
    background-color:#28A228;
    padding-left:3px;
    padding-right:3px;
    margin-top:7px;
    margin-left:4px;
    color:white;
    font-family: monospace;
    font-weight: 600;
}

.btn1:hover{
    scale:1.09;
    transition-duration:150ms;
}

.buttonscopy{
    display: block;
    width:300px ;
    border-radius:5px;
    border:solid 1px #3a3f45;
    background-color: rgb(0, 123, 255);
    font-weight: 400;
    font-size: xx-large;
    
     margin-bottom:5px;
    overflow:hidden;
    font-family:monospace;
    margin-top: 10px;
   
   transform: translateY(5px);
   padding-bottom:5px;
}
.buttonscopy:hover{
     
    border:solid 1px #1f2328;
    width:300px ;
    border-radius:5px;
     
    background-color:#0d1117;
    font-weight: 400;
    font-size: xx-large;
    color:rgb(0, 123, 255);
     margin-bottom:5px;
    overflow:hidden;
    font-family: monospace;
    margin-top:10px;
    transition-duration:0.35s;
    

}
