/* Center the content of the page */
body {
  height: 100vh;
  margin: 0;
  background-color: white; /* Optional background color */
  display: flex;
  justify-content: center;
  font: 150% "Arial", Arial, Helvetica, sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/* Styling for table cells (td) */
td {
  border: 0px solid #000;
  padding: 8px;
}

img {
  width: 650px; /* Set the desired width */
  /* height: 100px; /* Set the desired height */ 
}
table {
  width: 650px;
  border-collapse: collapse;
  border-spacing: 0;
}
/* Basic styles for the menu */
/* Center the menu both horizontally and vertically */
/* Center the menu horizontally at the top of the screen */





.menu {
    position: fixed;
    bottom: 0;
    left: 0; /* Set left to 0 */
    right: 0; /* Set right to 0 */
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    z-index: 1000;
}






.menu a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
}

.menu img {
    width: 120px;
    height: 120px;
}
/* Styles for the table container */


.small-image {
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
    border-radius: 50%; /* Makes the small image round */
    border: 2px solid black; /* Add a black border around the small image */
}
.normal-image {
  width: 650px; /* Set the desired width */
}
.table-container {
  text-align: center;
}

#menu2 {
margin:0;
list-style: none;
width: 80px;
text-align: center;
}

#menu2 li {
font: 100% "Arial", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

#menu2 a {
background: #222; /*Standard Color*/
border-bottom: 1px solid #000000;
color: #ccc;
display: block;
margin: 0;
padding: 5px 5px;
text-decoration: none;
}

#menu2 a:hover {
background: #004400; /*Hovered Color*/
color: #fff;
text-shadow:#ffffff 0px 0px 5px; /*Text Glow*/
padding-bottom: 10px;
}



.normal-video {
  width: 650px; /* Set the desired width */
}


