body {
  overflow-y: scroll;
  font-family: Lato, Verdana, Arial, Tahoma, sans-serif;
  margin:0;
  padding:0;
}

img.logo {
  width: 200px;
  height: auto;
}
h1 {
  font-size: 1.2rem;
  font-weight: bold;
}

ul {
  line-height: 1.5em;
  /* margin: 5px 0 15px; */
  /* padding: 0; */
}

li {
  list-style: circle;
  position: relative;
  padding: 0 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}

/* li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  line-height: 1.8rem;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #136e0d;
} */
