/*

By Drew Hengehold
Last Modified 18 April 2025
lab12.css

*/

p, h3{
    text-align: center;
    align-self: center;
}
table, th, td{
    width: max-content;
    margin: auto auto;
    border: 0.05em solid black;
    padding: 0.8em;
    border-collapse: collapse;
}
h1{
    text-align: center;
}
form{
    width: fit-content;
    margin: auto auto;
    align-items: center;
    padding: 1em;
    border: 0.03em solid black;
    border-radius: 1em;
}

input[type="submit"]{
    padding: 0.3em;
    border: none;
    background-color: #1bff4c;
    color: #f5f5dc;
    border-radius: 0.2em;
}

label{
    text-align:center;
    margin-right: 1em;
}

p#teminate_str, p#empl_greater, a#link{
    display: block;
    text-align: center;
    font-size: 1.3em;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}