.spectral-regular {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
}

.spectral-regular-italic {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: italic;
}

body {
	background-color: #f2f2f2;	
}


.content
{
	margin: 0rem;
    padding: 2rem;
	padding-left: 2rem;
	padding-right: 30vw;
	background-color: #f2f2f2;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	

}

a {
  color: black;
  font-style: italic;
  text-decoration: none;
}