.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e8eb;
}

.item {
    width: 691px;
}