body {
  font-family: 'Inter', sans-serif;
  background-color: #fefefe;
  color: #333;
}
a {
  color: #198754;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
