body {
	background-color: white;
	display: flex;
	flex-direction: column;
	height: 100vh;
	font-family: sans-serif;
}

.job-container {
	flex-grow: 1;
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	font-family: 'Montserrat';
}

.job-container header {
	margin-bottom: 20px;
}

.job-sub-container {
	display: flex;
	text-align: center;
}

.job-icon {
	width: 100px;
	height: 100px;
}

.job-text {
	font-size: 16px;
	font-weight: 400;
	hyphens: none;
}

.job-highlight {
	background-color: #ccb3e2;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}



.job-bottom-text {
	width: 100%;
	text-align: left;
	font-size: 16px;
}

.job-note {
	margin: 40px 0;
	font-style: italic;
	font-size: 10px;
	color: #0693e3;
}