p {
	margin-left: 50px;
	margin-right: 50px;
	text-indent: 25px;
	font-size:20px;
}

a{
	text-decoration: underline;
}

html,
body {
	overflow-y: hidden;
	/*display: flex;*/
	height: 100%;
}

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

h3 {
	font-weight: bold;
	margin-left: 25px;
	/*font-size: 25;*/
}

li {
	font-size: 20;
	margin-left: 70px;
	margin-right: 70px;
}

.content-heading{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid;
}

.scroll-container {
	max-height: 90%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.scroll-page {
  /*display: flex;height: 100%;
  align-items: center;
  justify-content: center;*/

}

.bold-center {
	margin-left: 200px;
	margin-right: 250px;
	font-size:20;
	font-weight: bold;
}
