* {
	background-color: black;
	color: white;
}

body {
	display: flex;
	justify-content: center;
}

img {
	border-radius: 15px;
}

td {
	padding: 10px;
}

#sean-img {
	width: 400px;
}

#bio {
	width: 50%;
}

#interest-table {
	width: 60%;
}

.container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.interest-img {
	height: 200px;
}
