html, body {
  height:100%;
  padding:0;
  margin:0;
}

body {
    font-family: system-ui, sans-serif;
}

a {
    text-decoration:none !important;
}