body {
	font-family: system-ui, sans-serif;
	color: rgb(255,240,250);
	background-color:  rgb(50,0,40);
}

header {
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-position: center center;
	height: 50vh;
}

a:link {
	color: rgb(300,200,200);
}
a:visited {
	color: rgb(220,130,235);
}
a:hover {
	color: rgb(240,200,100);
}
a:active {
	color: #f00;
}