body {
    background-color: black;
    color: lightgray;
}
p {
	margin: 0;
}
.spaced p {
	margin-bottom: .5em;
}
a {
	text-decoration: none;
	color: white;
}
div {
	text-align: left;
	background-color: white;
	width: fit-content;
}
.center {
	text-align: center;
}
.large {
	font-size: 1.3em;
}
.frame {
	padding: 10px;
	box-shadow: 5px 5px 5px #555;
}
.text {
	box-shadow: none;
	padding: 15px;
	border: 1px solid white;
	background-color: black;
}
@media all and (max-width: 1023px) {
	body {
		padding: 20px;
	}
	div {
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.frame {
		zoom: 1.25;
	}
	.text {
		font-size: 2.5em;
	}
	div#div1 {
		zoom: 2;
	}
	div#div2 {
		zoom: 2;
	}
	div#div3 {
		zoom: 2;
	}
	div#div4 {
		zoom: 2;
	}
}
@media all and (min-width: 1024px) {
	body {
		position: relative;
		margin: 0 auto;
		padding: 10px;
		width: 600px;
		height: 790px;
	}
	.frame {
		z-index: 1;
		position: absolute;
	}
	.text {
		z-index: 2;
		position: absolute;
	}
	div#div1 {
		top: 50px;
		left: -150px;
		width: 250px;
		height: 331px;
	}
	div#div2 {
		top: 450px;
		left: -220px;
		width: 350px;
		height: 278px;
	}
	div#div3 {
		top: 95px;
		left: 460px;
		width: 350px;
		height: 230px;
	}
	div#div4 {
		top: 390px;
		left: 420px;
		width: 300px;
		height: 256px;
	}
	div#div5 {
		top: 640px;
		left: 75px;
		width: 475px;
	}
	div#div6 {
		top: 280px;
		left: 380px;
		width: 200px;
	}
	div#div9 {
		top: 300px;
		left: 60px;
		width: 130px;
	}
	div#div7 {
		top: 420px;
		left: 60px;
		width: 130px;
	}
	div#div8 {
		top: 540px;
		left: 60px;
		width: 130px;
	}
}