xxxxxxxxxx
/*
if selector has a width defined
*/
#line {
width: 400px;
margin-left: auto;
margin-right: auto;
}
xxxxxxxxxx
.container {
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
.item {
width: 10em;
}