.container {
    max-width: 600px;
}

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

.flex-end {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.error-message {
	width: 100%;
	text-align: center;
}
