body,
h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}


header {
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(-45deg, #ff5733, #c70039, #900c3f, #581845);
  background-size: 200% 200%;
  animation: gradient 15s ease infinite;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.record {
  align: center;
  background-color: #fff;
  border-color: #893bff;
  border-style: solid;
  border-width: 2px;
  color: #000;
  font-family: Georgia, serif;
  font-style: initial;
  font-weight: 900;
  text-align: center
}

@media screen and (min-width:600px) {
  table {
    text-align: center;
    border-collapse: collapse
  }

  th {
    font-size: 28px;
    padding: 5px 3px
  }

  td {
    font-size: 16px;
    padding: 5px 3px
  }
}

@media screen and (max-width:500px) {
  table {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    border-collapse: collapse
  }

  th {
    font-size: 15px;
    padding: 4px 1px
  }

  td {
    font-size: 9px;
    padding: 4px 1px
  }
}

@media screen and (max-width:320px) {
  table {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    border-collapse: collapse
  }

  th {
    border: 1px solid #ddd;
    font-size: 8px;
    padding: 3px 1px
  }

  td {
    font-size: 3px;
    padding: 3px 1px
  }
}

table, td, th {
  border-bottom: 1px solid #666
}

.update {
  border-radius: 3px;
  border: 1px solid #461300;
  box-shadow: 0 0 2px #461300;
  background-color: #fff0eb;
  margin: 0 0 5px;
  font-style: italic;
  border: #fed3e4 solid 3px
}

.line2 {
  border-radius: 3px;
  border: 1px solid #461300;
  box-shadow: 0 0 2px #461300;
  background-color: #03fcc7;
  margin: 10px 0 5px;
  font-style: italic;
  border: #fed3e4 solid 3px
}

.line3 {
  border-radius: 3px;
  border: 1px solid #461300;
  box-shadow: 0 0 2px #461300;
  background-color: #daf7a6;
  margin: 10px 0 5px;
  font-style: italic;
  border: #f12d7a solid 3px
}

.Blog {
  background-color: brown;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-style: initial;
  border: 2px solid #fff;
  padding-top: 0;
  padding-bottom: 5px
}

.Blog a {
  color: #fff
}

.chartfoot {
  background-color: #fffaf0;
  color: #000;
  font-size: 21px;
  font-family: inherit;
  margin-bottom: 5px;
  text-align: center;
  font-style: italic;
  margin-top: 8px;
  padding-bottom: 8px;
  border-width: 3px;
  border-color: aqua;
  border-style: groove
}

.Blog h3 {
  color: #fff;
  background-color: brown;
  padding-top: 0;
  padding-bottom: 0;
  font-style: Initial;
  text-shadow: None;
  font-size: 25px
}

p {
  margin: 0
}

.HEADLINES {
  background-color: RED;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: large;
  padding: 5px
}

.liveresult {
  background-color: red;
  color: #000;
  font-size: 28px;
  text-align: center;
  font-style: initial;
  font-family: Georgia, serif;
  padding: 2px
}

.liveresult h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0
}

.resultsecond {
  background-color: ivory;
  font-size: 30px;
  color: #00f;
  border-right: none;
  text-align: center;
  padding: 0;
  font-family: Georgia, serif
}

.c13 {
  background-color: ivory;
  font-size: 24px;
  font-family: Georgia, serif;
  border-bottom: 1px ridge red;
  padding-top: 14px;
  padding-bottom: 15px;
  text-shadow: 1px 1px 1px pink;
  font-style: initial
}

.blue {
  color: blue;
  font-weight: 900;
  font-style: initial
}

.liveBlack {
  font-weight: 700;
  color: #000;
  font-size: 27px;
  font-family: Tahoma, Geneva, sans-serif;
  font-style: initial;
  margin-bottom: 5px
}

.refresh {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 6px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 900;
  padding: 4px 6px;
  background-color: rgba(30, 60, 80, .79);
  -webkit-box-shadow: 0 1px 0 0 #000;
  -moz-box-shadow: 0 1px 0 0 #000;
  box-shadow: 0 1px 0 0 #000;
  text-shadow: -3px -55px 65px #000;
  border: solid #000 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-bottom: 0
}

.refresh:hover {
  background: #ff146e;
  border: solid #fff 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none
}

.fixed {
  position: fixed;
  bottom: 5px;
  right: 5px
}

footer {
  background-color: #f0f0f0;
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

footer p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
section {
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.live-update{
  text-align: center;
  color: #000;
  padding: 8px;
  font-weight: 700;
  color: #d35400;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 21px;
  background: #fff;
  background: -moz-linear-gradient(top, #e64a19 0%, #ff5722c7 100%);
  background: -webkit-linear-gradient(top, #e64a19 0%, #ff5722c7 100%);
  background: linear-gradient(to bottom, #e64a19 0%, #ff5722c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0);
}

.liveresult{
  background-color: #000;
}


#footerMenu{
  margin-bottom : 0px;
  
}
#footerMenu .footer-menu {
background-color: #febf04;
padding: 10px;
display: flex;
justify-content: center;
/* Center the navigation horizontally */
align-items: center;
/* Center the navigation vertically */
list-style-type: none;
margin: 0;
}

#footerMenu .footer-menu li {
color: #fff;
margin-right: 15px;
}

#footerMenu .footer-menu a {
color: #fff;
text-decoration: none;
position: relative;
}

#footerMenu .footer-menu a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: -2px;
left: 0;
background-color: #fff;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out;
}

#footerMenu .footer-menu a:hover:before {
visibility: visible;
transform: scaleX(1);
}

/* Add a new class for the smooth hover effect */
.smooth-hover {
transition: all 0.3s ease; /* Add a smooth transition for all properties */
}

/* Apply the smooth hover effect only to links with the .smooth-hover class */
.smooth-hover:hover {
background-color: rgba(255, 255, 255, 0.1); /* Add a transparent white background on hover */
transform: scale(1.1); /* Enlarge the link on hover */
color: #FFD700; /* Change the text color on hover to gold (#FFD700) */
}

/* Add styles for the divider spans */
.divider {
color: #fff;
font-weight: bold;
margin: 0 5px;
}
