html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: 'Segoe UI', 'Noto Sans', 'Open Sans', sans-serif;
	font-weight: 100;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: square;
	margin-left: 1em;
}

h1, h2 {
  margin-block-end: 0.4em;
	font-weight: 100;
}

h3, h4 {
	margin-block-end: 0;
	font-weight: 400;
}

h5, h6 {
	margin-block-end: 0;
	font-weight: 300;
}

a {
	color:#000000;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-style: normal;
}
