html{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  font-family: Manrope, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #1E3A5F;
}
a{
  color: #059669;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
