.separator {
	width: 100%;
	color: rgba(0, 0, 0, 0);
	line-height: 2px;
	background-color: black;
	margin-top: 10px;
	margin-bottom: 5px;
}
.body-div {
	margin-left: 10%;
	margin-right: 10%;
}
.text-div {
	float: left;
}
.image-div {
	width: auto;
	max-width: 100%;
	height: auto;
	float: center;
	outline-style: solid;
	outline-color: black;
}
.iframe-div {
	overflow: scroll;
	resize: vertical;
	outline-style: solid;
	outline-color: black;
}
iframe {
	border: none;
	width: 98%;
	height: 100%;
	overflow: hidden;
}
