
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
  background: #fff;
  font-family: "DM Sans", sans-serif;
}

h1 {
  color: #954;
}

a {
  color: #954;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #b76;
}

h1 {
  text-align: center;
}

ul.topics {
  text-align: center;
  margin: 0;
  padding: 0;
}

ul.topics > li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

