

body {

    background-color:#FFF;
    margin: 0;
    height: 100vh;
    display: flex; 
    justify-content: center;
    align-items: center;
 }


#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
   }


img {

    border:none;
	background:#FFF;
	width: 1850px;
	height:606px;
	padding:0px 23px 0px 23px;
      
        
    }

  
      