.container {
    width: 100%;
    background-color: #EEE;    
}

.header {
    width:100%;
    padding: 40px 0 0 40px;
}

.header img {
    width: 200px;
    height: 200px;
}

.content{
    
}

.footer {
    
}