/* ===========================
   Body & Typography
   =========================== */
body {
  background-color: #008080;
  color: #ffffff;
  font-family: "Times New Roman", monospace;
  margin: 0;
}
  hr {
    color: #003434;
  }
h1, h2 {
  color: #BEE632; /*this is lemon lime yellow*/
  text-align: center;
}

p {
    text-align: center;
}

/* ===========================
   Menu Links
   =========================== */
a {
  color: #ffffff;           /* default link color */
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #BEE632;           /* highlight on hover */
  text-decoration: none;     /* optional: remove underline on hover */
}

/* ===========================
   Menu Sidebar
   =========================== */
.sidebar-title {
  padding-left: 15px;       /* aligns “Menu” with the buttons */
}

.sidebar-links a img {
  display: block;
  margin: 0 0 0 15px;       /* no vertical spacing, 15px left indent */
  transition: filter 0.2s ease-in-out;
}

.sidebar-links a img:hover {
  filter: brightness(1.3);  /* brighten buttons on hover */
}

/* ===========================
   Images & Table
   =========================== */
img {
  margin: 5px;
}

td {
  font-size: 14px;
}
.ppdonate {
  text-align: center;
}






























