body{
	background: transparent;
	font-family: monospace;
	padding: 0;
	margin: 0;
}

.header{
	height:4rem;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.links{
	font-size: 1.5em;
	margin: 20px 20px 20px 20px;
}

.links:hover{
	cursor: pointer;
	text-decoration: underline;
}

.content{
	padding: 30px;
	position: relative;
	height: 100%;
}

.content h1{
	font-size: 5em;
}

#pic1{
	height: 30em; 
	width: 60em;
	box-shadow: 0 0 5px grey;
	position: absolute;
	left: 53em;
	top: 15em;
	border-radius: 1em;
}