*{box-sizing: border-box }




.container{

max-width: 600px;
position: relative;
margin-left: -5px;
border: 5px solid white;
box-shadow: 0 0 5px hsla(0,0%,0%,.5);
overflow: hidden;

}
  
