body {
    padding: 0;
    margin: 0;
}

.container {
    display: flex;
    justify-content: center;
}

.item {
    margin: 1rem;
}