body {
	background: #1b1b1b ;
	color: #fff ;
	font-family: "Garamond", Georgia, serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji' ;
	margin-bottom: 20px;
	text-align: center;
	margin: auto;
	font-size: large;
	padding: 25px 50px 20px;
}






.boomer_pfp img{
	border-radius: 50%;
	width: 200px;
	height: 250px;
	margin-right: 40px;
	margin-left: 20px;
}

.section1 {
	float: left;
	display: block;
}

.section2 {
	display: block;
	margin-bottom: 70px;
	
}

.copyright_section{
	display: flex;
	justify-content: center;
}
.projects {
	font-size: 1.2em;
}

#copyright_text{
	font-size: small;
}

h1, h2{
	color: sandybrown;
	text-align: center;

}



a {
	color: #33bbff;
}

p {
 	font-size: 1.2em;
}

dt {
font-size: 1.5em;
}
dd {
color: #aaa;
font-size: 1em;
margin-bottom: .5em ;
margin-left: 0 ;
}

















