h1 {
  font-family: cursive;
  color: royalblue;
  font-weight: bold;
  font-size: 2.5em;
}

h2 {
  font-family: cursive;
  color: grey;
  font-size: 2em;
}

h3 {
  font-family: cursive;
  color: black;
  font-weight: bold;
  font-size: 1.5em;
}

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
}