
.index {
	background-image: url("../images/bloodborne_bkg.png");
	background-size: cover;
	background-position: top center;
	font-family: "MedievalSharp", cursive;
	font-weight: 400;
	font-style: normal;
}

.tasks {
	background-color: #F2F5FF;
}
.center {
	text-align: center;
}

.ref { 
	text-align: center;
	color: #7f3335;
}

.name-title {
	text-align: center;	
	color: #F2F5FF;
}

.p-link {
	text-align: center;
}

a:link {
	color: #F2F5FF;
}

a:visited {
	color: #FFE4E4;
}

div {
	text-align: center;
	color: #F2F5FF;
}

canvas {
	border: 1px, solid, #EBF6FF;
	background-color: #fcfcfc;
}

