body {
  margin: 0;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  line-height: 1.45;
  color: #84CC16;
  background: #fff;
}

a {
  color: #312E81;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}
