h2 {
    background-color: firebrick;
    color: white;
    font-family: monospace;
    text-align: center;
}

h3 {
    background-color: beige;
    color: darkblue;
    font-family: monospace;
    text-align: center;
}

table {
    width: 98%;
    font-family: monospace;
    font-size: 16px;
    word-wrap: break-word;
    white-space: normal;
    border-collapse: collapse;
}

th {
    text-align: right;
    padding-right: 3px;
    /* border-bottom: 1px solid black; */
}

td {
    text-align: left;
    padding-left: 5px;
    /* border-bottom: 1px solid black; */
}

label {
    font-family: monospace;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
}

input {
    font-family: monospace;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    color: blue;
}

textarea {
    font-family: monospace;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    color: blue;
}

span {
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    font-style: italic;
}

.select_format {
    font-family: sans-serif;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
    color: blue;
}


button {
    font-family: monospace;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

p {
    font-family: monospace;
    font-size: 16px;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
}

.div_beige {
    background-color: beige;
    font-family: monospace;
    font-size: 16px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 15px 15px lightgrey;
    width: fit-content;
}

.div_header {
    width: 100%;
    background-color: firebrick;
    color: white;
    font-family: monospace;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 3px;
}

html {
    position: relative;
    min-height: 600px;
}

#user_footer {
    padding-top: 3px;
    position: absolute;
    height: 30px;
    margin-bottom: 0px;
    bottom: 0;
    width: 100%;
}

span {
    font-family: monospace;
    font-size: 16px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    font-style: normal;
    color: blue;
}