body {
  padding: 20px 20px 60px;
  max-width: 680px;
  margin: 0 auto;
  background: #000;
  color: #ffffff;
  padding: 2rem;
  font-family: system-ui, sans-serif;
  line-height: 1.7;
  max-width: 750px;
  margin: auto; 
}

nav {
	display: flex;
	flex-direction: row;
	column-gap: 1rem;
	padding-bottom: 0.1rem;
	border-style: none none solid none;
	border-width: 0.15rem;
    
}

.navbar {
  padding: 10px 10px;
  justify-content: left;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 1.2rem;
  
}

.nav-link {
  color: white; 
}

a:link, a:visited, a:active {
  color: pink;
  text-decoration: none;
}

a:hover {
  color: red;
}

.contentlist {
  line-height: 6px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
