.container {
width: 900px;
height: 550 px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -300;
margin-left: -450;
border: 0px solid white;
}


