        *{
            margin:0;
                padding:0;
            box-sizing: border-box;
        }
        body{
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            }
        .container{
            height: 500px;
            width: 900px;
            overflow: hidden;
        }
        .images img{
            height: 100%;
            width: 100%;
        }