@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

body {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  line-height: 1.5em;
}

.content {
  margin: 5em 5em 5em 5em;
  max-width: 800px;
  text-align: justify;
}

a:hover {
  text-decoration: none;
}
