a, a:visited{
    color: black;
    transition: ease-in-out 0.3s;
}

a:hover{
    color: #881f1e;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8rem;
}
th {
  background-color: #881f1e;
  color: white;
}
th, td {
  border: 1px solid black;
  padding: 0.5rem;
  text-align: left;
  min-width: 1rem;
  max-width: 1rem;
}

h2{
    font-family: porkys;
    color: #881f1e;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 5px;
    transition: ease-in-out 0.5s;
}

#mid{
    text-align: center;
}