  ﻿#pastPresidentsTable {
    display: none; /* Hide the table initially */
}

body {
    font-family: Arial, sans-serif;
}

.centered-button {
    display: block;
    margin: 20px auto; /* Center the button horizontally */
    padding: 10px 20px;
    font-size: 16px;
}

.centered-text {
  text-align: center;
  font-size: 14px; /* Adjust the font size as needed */
  color: #666; /* Adjust the text color as needed */
}

.small-text {
  font-size: 14px; /* Adjust the font size as needed */
  color: #666; /* Adjust the text color as needed */
}