body {
	background-image: url("img/background-blank-business-composition-583848-blur-contrast.jpg");
	/* Photo by Jessica Lewis from Pexels */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: black;
	overflow: hidden;
}
.container {
 	height: 100%;
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;

	text-align: center;
	font-family: "Helvetica",sans-serif;
}
h1 {
	color: #FAFAFA;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 12vw;
	text-shadow: -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px 0 #000000;
	/*text-shadow: -2px -2px 0 #67576A, 2px -2px 0 #67576A, -2px 2px 0 #67576A, 2px 2px 0 #67576A;*/
}
h2 {
	font-size: 5vw;
	color: #FAFBF7;
}
h3 {
	font-size: 3vw;
	color: #FAFBF7;
}
