

.header{
	font-family: "New Rocker", system-ui;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-style:dashed;
	border-color:plum ;
	color: white;
	background-color: DarkSlateBlue;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.photos{
	text-align: center;
	background-color: Lavender;
	margin-left: 15px;
	margin-right: 15px;
}

.content{
	text-align: center;
	background-color: Lavender;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
}

.links{
	font-family: "New Rocker", system-ui;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

h1{
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
	
a:hover {
  color: darkviolet;
	font-size: 150%;
}

a:active { 
	color:darkslateblue
}
