body{
    background-color: #f5f5f5;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

.card {
	margin-bottom: 1em;
}

.form-group {
	margin-bottom: 1em;
}

label {
	font-weight: bold;
}

input[type="number"] {
	min-width: 100px;
}
