@import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@300&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

html,
body {
	height: 100%;
	overflow: scroll;
}

body::-webkit-scrollbar {
  display: none;
}

body{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
	font-family: 'Hahmlet', serif;
	font-size: 1.25rem;
	line-height: 1.5;
	word-break: keep-all;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	border-bottom: 1.5px solid
}

li {
	list-style-type: none;
	margin-left: 1rem;
}

li a {
	border-bottom: none
}

div {
	margin-bottom: 1.5rem;
}

#main {
	display: inline-block;
	max-width: 400px;
	margin: 0.7rem 1.5rem 0rem 1.5rem;
	line-height: 1.5;
}

#content {
	display: inline-block;
	margin-top: 1rem;
	margin-left: 1.5rem;
}

img {
	max-width: 15rem;
	margin-left: 1.5rem;
}

.indent {
	text-indent: 1.5rem;
}

.push {
	margin-left: 1.5rem;
}

details {
	margin-bottom: 5px;
}

.about {
	max-width: 500px;
}