body {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    height: 100%;
}

h4 {
    margin: 0 auto;
}

button {
    margin: 0.5em auto;
    padding: 0em 2em 0em 2em;
    font-size: 110%;
}

.config {
    display: inline-block;
    user-select: none;
}

.result {
    text-align: center;
    padding: 0.5em;
}

.total {
    padding: 0em;
    margin: 0.5em;
    text-align: center;
}

.option {
    user-select: none;
    border: 1px solid grey;
    width: 1em;
    height: 1em;
    padding: 0.5em 0.5em;
    margin: 0.5em 0.5em;
    display: inline-block;
}

.tiny {
    background-color: pink;
}

.small {
    background-color: lightblue;
}

.medium {
    background-color: lightgreen;
}

.large {
    background-color: yellow;
}

.huge {
    background-color: orange;
}

#objects {
    min-height: 4em;
}

.buffer {
    padding: 0.5em;
}

.config-row {
    display: flex;
    justify-content: center; /* Center the .centered-group container */
    align-items: center;
    margin-bottom: 1em; /* Adjust as needed */
}

.centered-group {
    display: flex;
    justify-content: flex-start; /* Align items to the start within the group */
}

.centered-group > div {
    margin-right: 20px; /* Adjust the spacing between the elements */
}

.centered-group > div:last-child {
    margin-right: 0; /* Remove margin for the last child */
}

.wider {
    width: 8em;
}
