body{
		color: white;
		background: #252728;
	
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
}


/* Container for the links */
.nav {
  display: flex;
  justify-content: space-between;
  margin: 20px 0; 
}

.nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
