@import url("file:///C|/Users/ANTONI~1/AppData/Local/Temp/Adobe/webfonts/PublicSans_Regular/stylesheet.css");
@import url("file:///C|/Users/ANTONI~1/AppData/Local/Temp/Adobe/webfonts/PublicSans_Light/stylesheet.css");
@import url("file:///C|/Users/ANTONI~1/AppData/Local/Temp/Adobe/webfonts/PublicSans_Thin/stylesheet.css");


body {
	background-color: #0f97a6;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
}
#mainContent img {
	width: 100%;
}
#mainContent h1 {
	text-align: center;
	color: #FFFFFF;
}

#mainContent p {
	text-align: center;
	color: #ffffff;
	font-family: "PublicSans Thin";
	font-size: x-large;
}
#mainContent b {
	border-radius: 25px;
	border: medium solid #FFFFFF;
	padding: 10px 40px;
	background-color: #FFFFFF;
	color: #0F97A6;
}

.vertical-center{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}