body 
{
    margin: 0;
}

.container
{
width: auto;
height: 500px;
background-color: green;	
}

.header
{
width: auto;	
height: 150;
background-color: #374151; 	
}