body {
  background-color: #fff0f5;
}

table.predictions {
  border-collapse: collapse;
  margin-top: 20px;
}

table.predictions th,
table.predictions td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

table.predictions th {
  background-color: #f3c6d3;
}

.navbar {
  background-color: #f3c6d3;
  padding: 12px;
  text-align: center;
  border-bottom: 3px solid #c05a7a;
}

.navbar a {
  margin: 0 15px;
  padding: 8px 0;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.navbar a:hover {
  text-decoration: underline;
}

#selected {
  text-decoration: underline;
  color: #c05a7a;
}


@media (max-width: 600px) {
  .navbar a {
    display: block;
    margin: 10px 0;
  }

  table.predictions th,
  table.predictions td {
    padding: 6px;
    font-size: 14px;
  }
}
