

body {
  background: linear-gradient(to bottom right, #249fbf, #e6f2ff);
}

img {
  border-color: transparent;
}

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

.menu {
  text-align: center;
  width: 60%;
}

.menuicon {
  width: 23%;
}

.menupipe {
  width: 1%;
}

th {
  color: white;
  background-color: #757775;
}

tr.stripe {
  background-color: #d8d8ce;
}

td.bolder {
  font-weight: bold;
}

caption {
  caption-side: bottom;
  font-style: italic;
}





.menuicon img:hover {
  box-shadow: 0 0 10px #66ccff;
  transform: scale(1.05);
  transition: all 0.3s ease;
}


img {
  border-radius: 8px;
}


h1 {
  text-shadow: 2px 2px 4px #888888;
}


tr:hover {
  background-color: #f0f8ff;
}


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

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