*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}
.nfeedleft{
padding-top: 50px;
display: flex;
flex-wrap: wrap;
justify-content: center;
background: fixed;
}
.nfbody{
  padding-top: 10px;
  border-radius: 20px;
  margin: 18px 18px 18px 18px;
  height: 280px;
  width: 280px;
  background-color: rgba(156, 170, 149, 0.562);
  box-shadow: 8px 8px rgba(0, 0, 0, 0.295);
}



.nfbody:hover{
  background-color: rgb(113, 120, 110);
  box-shadow: 8px 8px rgba(0, 0, 0, 0.685);
  transition: all .5s;
}
  .prof-pic img{
      width: 50px;
      height: 50px;
      border-radius: 100%;
  }
  .sub_button{
    margin-bottom: 15px;
    margin-top: 5px;
    width: 130px;
    height: 40px;
    border: none;
    border-radius: 8px;
  }
  .sub_button:hover{
    transition:all .5s;
    background-color: rgb(0, 60, 255);
    color: gray;
  }
    .table-data{
    width: 90%;
    line-height: 20px;
    text-align: center;
    
  }
  .p_nmdate{
    font-size: larger;
  }
  .footer {
    position: fixed; /* Fixes the position relative to the viewport */
    bottom: 0; /* Positions it at the bottom */
    left: 0; /* Aligns it to the left edge */
    /* ... (other basic styling like background-color, color, etc.) ... */
}