h1 {
    font-family: Arial;
    margin: 0 0 0 0;
    height: 60px;
    line-height: 60px;
    text-indent: 6px;
    background-color: #AF9B46;
    color: #ffffff;
}

ol {
    text-indent: 0rem;
    line-height: 175%;
}

input.numerical:valid {
    background-color: #8cdb80;
}

input.numerical:invalid {
    background-color: #bd5b5b;
}

input.numerical:focus {
    background-color: #FFE393;
}

body {
    font-family: sans-serif;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

p {
    margin-left: 2rem;
}

h2, h3 {
    margin-left: 1.2rem;
}

.credit {
    margin-top: 0.4rem;
    margin-left: 0.5rem;
}

form {
    margin-bottom: 4rem;
}

.form-bckgrd {
    margin: auto;
    position: relative;
    border-radius: 18px;
    text-align: center;
    width: 20rem;
    height: 13rem;
    background-color: #AF9B46;
    color: #ffffff;
}

fieldset > legend {
    padding-top: 1rem;
}

fieldset {
    border: none;
}

.form-cntnt {
    padding-top: 26px;
}

.form-drop {
    line-height: 35px;
}

.form-button {
    padding-top: 2px;
    padding-bottom: 2px;
}
