body {
    background:darkkhaki;
    font-family: Arial, Helvetica, sans-serif;
    margin: 45px;
}
h1 {
    text-transform: uppercase;
    font-weight: lighter;
}
table {
    width: 1000px;
    height: 300px; 
    background: black;
    padding: 3px;
}
th {
    font-size: 1.0rem;
}
tr[class=showtimes] {
    color: brown;
    background: oldlace;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.food {
    background: brown;
    color: ivory;
    text-align: center;
}
.science {
    background:oldlace;
}
.history {
    background: brown;
    color: ivory;
    text-align: center;
}
.trustv {
    background:oldlace;
}
th, td {
    padding: 7px; 
}
td.hover:hover {
    background-color: darkkhaki;
}

fieldset {
    border: none;
    margin-left: 20px;
    height: 400px;
    width: 100px;
}
legend {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
    text-decoration-line: underline;
}
legend[class=heading] {
    padding-top: 35px;
}
.title {
    float:left;
}
.feedback {
    border: 5px solid black;
    background: oldlace;
    margin-top: 40px;
    color: brown;
    font-weight: bolder;
    letter-spacing: 0.02rem;
}
p {
    line-height: 1.2rem;
}
#comments {
    color: grey;
}
input {
    color: gray;
}
.submit {
    margin-top: 15px;
    color: brown;
    text-transform: uppercase;
}
input.submit:hover {
    background-color: darkkhaki;
}
input.submit:active {
    background-color: brown;
}
input.submit:focus {
    color: oldlace;
} 