h1 {
    padding-top: .5em;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.5em;
}


input:disabled {
    background-color: lightgrey;
}


input[type='number'] {
    width: 10px;
}

.input_div {
    margin-bottom: 1em;
}

.output_div {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.output_div_small {
    font-size: 1em;
    margin-bottom: 1em;
}

.input_div input {
    height: 2em;
    width: 10em;
}

.text_input {
    width: 3em;
    background-color: red;
}

.message {
    color: red;
}

.input_div label {
    width: 15em;
}

.result_div {
    padding: 1em;
    padding-bottom: 2em;
}

.auto_input {
    background-color: grey;
}

.input_container {
    padding: 1em;
}
