@charset "UTF-8";
#table {
  width: 90%;
  border-collapse: collapse;
  margin: auto;
  margin-top: 80px;
}

#table td {
  border:1px groove black;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}

#table td a {
  text-decoration: none;
  color: black;
}

#table td a:hover {
  text-decoration: none;
  color: #4c84f3;
}
