.comp_name {
	color: #000000;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: 'Source Serif 4', sans-serif;
}
.comp_address {
	color: #000000;
	font-weight: 400;
	text-transform: capitalize;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: 'Source Serif 4', sans-serif;
}
.comp_email {
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: 'Source Serif 4', sans-serif;
}
.comp_links {
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: 'Source Serif 4', sans-serif;
}
body {
	background-color: white;
}
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4&display=swap');