html {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 100%;
  background-color: #eee;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #cccccc;
}

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-weight: 500;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h5 {
  font-size: 1.15rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

p {
  margin: 0 0 1rem 0;
}

a {
  text-decoration: none;
  color: #0275d8;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0 0 1rem 0;
}

ol {
  margin: 0 0 1rem 0;
}

th {
  font-weight: 500;
}

text {
  fill: currentColor;
  stroke: none;
}

table {
  font-size: inherit;
}

@media screen and (min-width: 700px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgb(38.9, 38.9, 38.9);
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
  }
  ::-webkit-scrollbar-thumb:vertical {
    background-color: rgb(66.95, 66.95, 66.95);
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgb(72.05, 72.05, 72.05);
  }
  ::-webkit-scrollbar-thumb:horizontal {
    background-color: rgb(72.05, 72.05, 72.05);
  }
  ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: rgb(77.15, 77.15, 77.15);
  }
  ::-webkit-scrollbar-corner {
    background-color: rgb(46.55, 46.55, 46.55);
    border-left: 1px solid #414141;
    border-top: 1px solid #414141;
    -webkit-box-shadow: rgb(36.35, 36.35, 36.35) 0 1px inset;
  }
}