
#logoImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:200px;
   height:150px;

}

#menuList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
}

#menuList li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

#menuList li a:hover {
  background-color: #111111;
  color: red;
}

table {
  width: auto;
  margin-left: auto;
    margin-right: auto;

}

th {
  height: 70px;
  background-color: #ffa500;
  
}
td {
  text-align: center;
}
tr:hover {background-color: #ffa500;}

th, td {
  border-bottom: 3px solid #ddd;
  padding: 8px 10px;
}
tr:nth-child(even) {
    background-color: #f2f2f2; /* light gray */
  }

.pulse {
    color: #ffa500; /* starting color */5
    animation: pulseColor 4s infinite;
  }

  @keyframes pulseColor {
    0%   { color: ##ffa500; }   /* orange */
    50%  { color: #ff4081; }   /* pink */
    100% { color: #000000; }   /* back to blue */
  }

.MainSocials
 {
 display:none;
 }


