
body {
  background: linear-gradient(to bottom right, #ffffff, #e6f2ff);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* All images */
img {
  border-color: transparent;
  border-radius: 10px;
}


table {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  border-color: #545859;
  border-style: ridge;
  border-width: 10px;
  border-collapse: collapse;
  text-align: center;
}

th {
  color: white;
  background-color: #757775;
  padding: 10px;
}

td {
  padding: 10px;
}

caption {
  caption-side: bottom;
  font-style: italic;
  margin-top: 6px;
}

/* Highlight rows on hover */
tr:hover {
  background-color: #f0f8ff;
}


.menu {
  text-align: center;
  width: 60%;
  margin: 20px auto;
  border: none;
}

.menuicon {
  width: 24%;
}

.menupipe {
  width: 2%;
  font-weight: bold;
}

/* Hover glow on menu icons */
.menuicon img:hover {
  box-shadow: 0 0 12px #66ccff;
  transform: scale(1.05);
  transition: all 0.3s ease;
}


h1, h2 {
  text-shadow: 2px 2px 4px #888888;
  text-align: center;
}

p {
  width: 60%;
  margin: 15px auto;
  line-height: 1.6;
  text-align: center;
}


a {
  color: #004225;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
  transition: color 0.3s ease;
}

a {
  color: #0057e7;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #002f75;
  text-shadow: 0 0 6px rgba(0, 87, 231, 0.5);
}

/* LINK STYLING — makes IGN links visible */
a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #004999;
}