body {
  font-size: 20px;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url("images/farm.jpg");
  background-position: center;
}

caption, table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  color: black;
}

table {
  width: 100%
}

caption {
  background-color: #ddd;
}

td {
  text-align: left;
  background-color: white;
}

th {
  background-color: #eee;
}

.beef-table {
  width: 500px;
  margin: 0 auto;
}

a {
  color: white;
}
