/* Background and Body */
body {
  background-image: url("images/cloudrain.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: black;
  font-family: Arial, sans-serif;
}

/* Centered div text */
div.centered-text {
  text-align: center;
  margin-top: 20px;
}

/* Center align main index image */
img[title="main index"] {
  display: block;
  margin: 0 auto;
}

/* Footer styling */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 0;
}

/* Table cell alignment */
td {
  text-align: center;
  vertical-align: middle;
}

/* Font styles */
.font-info {
  color: #338296;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.font-copyright {
  color: #31e6f0;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* === New styles from the HTML file === */

/* Heading */
h1 {
  text-align: center;
}

/* Central div for the table */
div.centered-table {
  text-align: center;
}

/* Table layout */
table {
  margin: 0 auto;
  width: 65%;
}

/* Image border reset */
img {
  border: none;
}

/* Paragraph styling */
p {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
