/* utilities.css */
.hidden {
    display: none;
}
  
.text-center {
    text-align: center;
}
  
.w-full {
    width: 100%;
}
  
.mt-auto {
    margin-top: auto;
}