body {
	background-color: black;
}
iframe {
	border: double 5px gold;
	border-radius: 10px;
	width: 100%;
	height: 33vh;
}
#abstract {
	height: 64vh;
	filter: sepia(33);
}
img {
	width: 50%;
}
#e-tm-l {
	width: 100%;
}
#dolphin {
	display: flex;
	justify-content: center;
}
a, a:hover, a:active {
	color: gold;
}