footer{
    background: rgb(38, 49, 61);
    padding: 20px;
    margin-top: 20px;
    height: 390px;
}
.footerimg h2, .foot_second h2{
    color: #F39C12;
    padding:10px; 
}
.footerimg{
    
    width: 350px;
}
.flink{
    text-decoration: none;
    float: right;
    width: 100px;
}

.foot_second p{
  
     background: rgb(38, 49, 61);
    padding: 10px;
    text-align: justify;
    line-height: 25px;
    color: whitesmoke;
   
}
.foot_second a{
     background: rgb(38, 49, 61);
    background-color: #F39C12;
    color: black;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.foot_second a:hover{
    background: #bf3f32;
}
.devp{
   
    position: relative;
    
    left: 550px;
}
.counter{
    position: relative;
    bottom: -250px;
    left: 400px;
}