*
{
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	position:relative;
	box-sizing:border-box;
}


html,body
{
	height:100%;
}

body 
{
	background:#252525;
	font-family:sans-serif;
	color:black;
	margin:0px;
}

mama
{
    width: 1000px;
    height: auto;
    margin: auto;
}


img
{
	max-width:100%;
	height:auto;
}

a
{
	color:black;
	text-decoration:none;
}



/* MEDIA QUERY */
@media screen and (max-width:800px) {
	
	
}