body {
  margin: 0;
}

a {
  color: unset;
}

a:visited {
  color: unset;
}

/*
 Remove the annoying border from FluentUI Tabs of TabList (Actually they are buttons)
 https://stackoverflow.com/questions/20340138/remove-blue-border-from-css-custom-styled-button-in-chrome
*/
button:focus, button:focus-visible, .data-fui-focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}