body {
  background:url(a2.jpg) #FCFCFC fixed;
  background-size: cover;
  background-position: center center;
  padding: 0;
  top: 0;
  margin: 0;
  link=#BD0000;
  vlink=#D70000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  }

.e {

margin:0px;
font-size: 26px;
font-weight:bold;
font-family:"Verdana";
color: #ffffff;
text-shadow: 2px 3px 8px #000000;
}

.ent {
  display: inline-block;
  font-weight:bold;
  text-align: center;
  text-shadow: 3px 3px 3px #000000;
  position: relative;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
   }
.ent a {
  background-color: #00A4A4;
  color: white;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color white;
  border: 2px solid #ddd;
  margin: 0 20px;
}
.ent a:hover:not(.active) {background-color: #53D1D1}

.ent a:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.ent a:last-child {

border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.e2 {
background-color: #00A8A8;
padding: 0.5px;
top: 6px;
  left: 50%;
margin:0px;
font-size: 8px;
font-weight:bold;
font-family:"Verdana";
color: #FFFFFF;
text-shadow: 3px 3px 3px #000000;
}



