* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6a6969;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #6a6969;
  text-decoration: none;
}

a:hover {
  color: #262746;
}

a.is-active {
  color: #bcb8b8;
}

ul {
  margin-top: 0px;
  padding-left: 18px;
}

li {
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
