/*
    This file contains the styles that apply globally, and aren't tied to any particular component.  
*/
h1 {
  font-size: larger;
}
button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
