@media (max-width: 750px) { 

    .bodybtn button{
        width: 100% !important;
    }
    footer{
      position:static !important;
    }
    .container{
        padding-left: 0px !important;
    }
    .body{
        padding-bottom: 0px !important;
    }
}
@media (max-width: 900px) { 
    footer{
        position:static !important;
      }
      .body{
          padding-bottom: 0px !important;
      }
}
.head img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.head label{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Karla', sans-serif;
    color: #2d2d2d;
}
.bodybtn button{
    background-color: #f56e49;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 70%;
    border-radius: 0px !important;
    border: 3px solid#f56e49;
    color: white;
    font-weight: 700;
    font-family: 'Karla', sans-serif;

}
.bodybtn button:hover{
    background-color: white;
    color: #f56e49;

}
.body{
    padding-bottom: 70px;
}
footer{
    height: 70px;
    margin-top: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}