html {
	font-family: Times;
	font-size: 16px;
}

body {
	position: fixed;
}

p {
	margin: 0;
}

#text {
	margin: 0;
	font-family: Times;
	color: black;
}

#photo {
	width: 50%;
	height: auto;
}

#back-link {
	text-decoration: none;
	color: black;
}

#back-link:visited {
	color: black;
}

#back-link:hover {
	background-color: black;
	color: white;
}