.container {
    width: 50vw;
    margin: 100px auto;
}

.handles ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}