@media screen and (max-width: 800px) {
 
  #more_Project_btn{
     border-radius: 5px; 
     border: none;
      font-size: 15px;
       background-color:rgb(0, 132, 255);
      color: white; 
      font-size: 12px; 
      padding: 3%;
  }
 }
@media screen and (max-width: 368px) {
 
    .emp-profile #buttons  {
      width: 104%;
      font-size: 20%;
    }
  }
  @media screen and (max-width: 366px) {
    .web{
        font-size: 80%;
    }
      
  }
  @media screen and (max-width: 321px) {
    center h3{
      font-size: 146%;
    }
      .web{
        font-size: 80%;
    }
    .emp-profile #buttons  {
      
      font-family: none;
      font-size: 18px;
      /* background-color: rgb(255, 0, 0); */
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* margin-right: -15px; */
        margin-left: -15px;
    }
  }