/**
 * All of the CSS for the admin-specific functionality
 */
 .text-center{
  text-align: center;
 }
 .d-flex {
  display:flex;
 }