* {
  margin: 0;
  padding: 0;
  color: var(--font-color);
  font-size: var(--font-size);
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  list-style-type: none;
  font-family: Verdana, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  box-sizing: border-box;
  }

html, body {
  height: 100%;
  }

body {
  overflow-y: scroll;
  }

table {
  border-collapse: collapse;
  }

