.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;	
}

aside
{
    position: fixed;
    width: 28vw;
    top: 0;
    bottom: 0;
    left: 0;
	background-color: #f2f2f2;
	color: black;
	font-family: Spectral;
	padding: 0;
	padding-left: 1rem;
	padding-right:1rem;
	padding-top: 3rem;
}

.content
{
	margin: 0rem;
    padding: 2rem;
	padding-left: 31vw;
	background-color: #f2f2f2;
	

}

a {
  color: black;
  font-style: italic;
  text-decoration: none;
}