body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

span {
    font-size: 24px;
}

button {
    font-size: 24px;
}

input {
    font-size: 24px;
    padding: 4px;
    width: 720px;
}

.delete-button, .plus-button {
    width: 32px;
    height: 32px;
}

.result {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-top: 32px;
}

.result-color {
    width: 32px;
    height: 32px;
}

.input-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.input-box-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}