
body {
    font-family: "Bree Serif", sans-serif;
    -webkit-font-smoothing: antialiased;
    /* margin: 0 20px; */
  }

  a {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  