 body {
  background-color: #f8f9fa;
  padding-top: 60px;
 }
 .note-card {
   transition: transform 0.1s ease-in-out;
  }
  .note-card:hover {
    transform: scale(1.02);
  }


 .menuimg{
  width:32px;
  height:32px;
 }
