h1 {
  font-family: cursive;
  color: greenyellow;
}

h2 {
  font-family: cursive;
  color: cyan;
}

table {
  border-collapse: collapse;
}

td {
  border: solid black 5px;
  width: 400px;
  height: 400px;
  background-color: blue;
  vertical-align: middle;
  text-align: center;
  font-size: 15em;
  color: red;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:link {
  color: red;
}

a:visited {
  color: red;
}

a:hover {
  color: red;
}

a:active {
  color:red; 
}

img {
  1600px
}