body{
	font-family: 'Montserrat',sans-serif;
	margin:0;
	padding: 0;
}

.back{
	background-image: url(logos/back.png);
	height: auto;
	width: 500px;
}

.content{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	position: relative;
	height: 95vh;
}

.button{
	display: flex;
	justify-content: flex-end;
}

.hide{
	display: none;
}

p .hideFont{
	display: none;
}

.questionStyle{
	padding: 18px;
	margin:0;
	border-bottom: 1px solid #4285F4;
	font-weight: bold;
	font-size: 18px;
}

.answer{
	padding-top: 20px;
	padding-left: 2rem;
	font-weight: 300;
	font-size: 19px;
}

.footer{
	margin-top: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 900px){
	.content{
		margin-left: 20px;
		margin-right: 20px;
	}
	.questionStyle{
		font-size: 15px;
		text-align: justify;
	}
	.answer{
		font-size: 16px;
		/*text-align: justify;*/
	}
	#exp{
		font-size: 35px;
	}
	.btn{
		width: 180px;
	}
	.button{
		display: flex;
		justify-content: flex-start;
		margin-top: 10px;
	}
	#faq{
		font-size: 25px;
	}
	#ML{
		height: auto;
		width: 150px;
		display: block;
	}
	#DSC{
		height: auto;
		width: 150px;
	}
}

