.answer {
	  height: 1.65rem!important;
  }
  
  .next-answer {
	  height: 1.65rem!important;
  }

@media screen and (max-height: 768px) {
  body {
	  font-size: 0.95rem!important;
  }
  .answer {
	  height: 1rem!important;
	  font-size: 0.8rem!important;
  }
  .next-answer {
	  height: 1rem!important;
  }
}

@media screen and (max-width: 768px) {
   .top-bar .display-4 {
	   font-size: 2rem!important;
   }
   .top-bar {
	   font-size: 0.75rem!important;
   }
   .top-bar .bg-white {
	   /*display: none!important;*/
   }
   .top-bar .minutes-div span {
	   display: none!important;
   }
   .top-bar .minutes-div::after {
	   content: "min"!important;
   }
   .top-bar .seconds-div span {
	   display: none!important;
   }
   .top-bar .seconds-div::after {
	   content: "sec"!important;
   }
}

