html, body{
		font-family:lato; 
 		font-size: 1.1em; 
		max-width: 600px;	
		margin-left: 0.5em;
		text-align: justify;
		background-color: #ffe9ec;
		color: #2c2656;
}

a:link {
  color: #6900ff;
}

a:visited {
  color: #a5c300;
}

a:focus {
  text-decoration: none;
  background: #bae498;
}

a:hover {
  text-decoration: none;
  background: #cdfeaa;
}

a:active {
  background: #6900ff;
  color: #cdfeaa;
}

