body {
	width: 100vw;
	height: 100vh;
	background: url('https://files.catbox.moe/kz2vnv.png');
	background-attachment: fixed;
	background-size: cover;
}
class {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
		color: white;
	
	}
	a:link{
		text-decoration:underline;
		color:white;
	}
	a:visited{
		text-decoration:none;
		color:#D291BC;
	}
	a:hover{
		text-decoration:underline;
		color:#ffffff;
	}
	hr{
		height:1px;
		color:#ffffff;
		border-style:dashed;
		width:100%;
	}
	p{
		margin-left:20px;
		margin-right:20px;
	}