:root {}

/* ------ DO NOT UNCOMMENT THIS ------------*/
/* * {
  animation: spin 2s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
} */
 html{
  height:auto !important; 
 }

 .bx{
  font-size: 1.2rem;
 }