/* -- Body Section -- */
body {
  margin-top: 80px;
  padding: 20px;
  margin-bottom: 40px;
}
/* -- Links -- */
a {
  color: hotpink;
  text-decoration: none;
}
/* -- Table -- */
table {
  width: 80%;
  border-collapse: collapse;
}
td {
  width: 20%;
  text-align: center;
  border: 2px solid black;
}
