 .rounded{
    border-radius: 5px;
   
 }
 .flex{
    display: flex;
    
   
 }

 .justify-center{
justify-content: center;
 }
  .items-center{
     align-items: center;
 }

 .bg-black{
   background-color: #000000;
   color: white;
 }
 .bg-grey{
   background-color: #111111;
 }

 .invert{
  filter: brightness(0) invert(1);
 }

 .m1{
margin: 8px 7px 8px 3px;
 }
 .p1{padding: 10px;
}

.pointer{
   cursor: pointer;
}