@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 190px;
	height: auto;
}


.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 350px;
	align-content: center;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

h1{
	text-align: center;
  	font-size: 16px;
  	font-weight: 400;
  	color: #ffffff;
  	font-family: "Poppins", sans-serif;
}

h1 strong{
	color: #98c340;
}
