@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');

body {
	background-color: black;
	margin: 0;
	padding: 0;
}

h1, p {
	color: white;
	font-family: "EB Garamond", serif;
}

a {
	color: white
}

.maincontainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.maincontainer h1 {
	letter-spacing: 7px;
	font-size: 60px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.maincontainer p {
	margin-top: 3px;
	font-size: 20px;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.pagecontainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 500px;
	width: 960px;
	border: 10px solid white;
	text-align: center;
}

.pagecontainer h1 {
	margin-bottom: 1px;
}

#randomImage {
	height: 500px;
	cursor: pointer;
	border: 10px solid white;
}