@charset "utf-8";
/* CSS Document */

html, body {
	height: 100vh;
	width: 100vw;
	margin: 0;
}

body {
    background-attachment: fixed;
    background-size: 100% 100%;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 5vw;
	color: #000;
	font-style: italic;
	text-shadow: 15px 15px #FFF;
}

#mainText {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
}

a:link, a:visited, a:active, a:hover {
    color: #000;
    text-decoration: none;
    text-underline-offset: 1.5px;
}