


  
  body{
    font-family: 'Lato', sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  
  button.capture:disabled{
    opacity: 0.25;
  }
  
  button.capture:active{
    opacity: 0.9;
  }