html,body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	
}

.site-header {
    background-color: #000000;
}

.main-title a, .main-title a:hover, .main-title a:visited {
    color: #ffffff;
}

.site-description {
    color: #ffffff;
}