html,
body {
	height: 100%;
	background-color: rgb(255, 204, 0)!important;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: rgb(50, 50, 50);
}

p {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 0px;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	color: rgb(50, 50, 50);  
}