body {
    background-image: url("https://i.ytimg.com/vi/mZDET6FLtos/maxresdefault.jpg");
    background-size: 120%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #cccccc;
    background-position-x: center;
    background-position-y: bottom;
    overflow-y: hidden;
  
}
#myImage1{
  position: fixed;
  top: 10%;
  left: 35%;
  
}
#myImage2{
  position: fixed;
  height: 300px;
  top: 15%;
  left: 35%;
  
}
#myImage3{
  position: fixed;
  top: 10%;
  left: 35%;
  
}
#myImage4{
  position: fixed;
  top: 10%;
  left: 35%;
  
}
#myImage5{
  position: fixed;
  top: 10%;
  left: 35%;
  
}
#myImage6{
  position: fixed;
  top: 10%;
  left: 35%;
  
}
#myImage7{
  position: fixed;
  top: 10%;
  left: 35%;
  
}

.teams #home{
text-align: left;
}
.star{
  text-align: center;
 

}

.teams{
  color: rgb(255, 255, 255);
  font-size: 36px;
  position: relative;
  text-align: center;
}

.teams #Ind{
  color: rgb(59, 98, 255);
  font-size: 36px;
  
  text-align: center;
}

.teams #Pak{
  color: rgba(60, 255, 0, 0.586);
  font-size: 36px;
  
  text-align: center;
}

.buttons table{
  margin: auto;
  padding-bottom: 30px;
}

.buttons table td{
  text-align: center;
  height: 110px;
  width: 110px;
}




.buttons button {
  appearance: none;
  background-color: white;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.buttons button:disabled {
  pointer-events: none;
}

.buttons button:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.buttons button:active {
  box-shadow: none;
  transform: translateY(0);
}



.button-49,
.button-49:after {
  width: 150px;
  height: 76px;
  line-height: 78px;
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
  background: linear-gradient(45deg, transparent 5%, #FF013C 5%);
  border: 0;
  color: #fff;
  letter-spacing: 3px;
  box-shadow: 6px 0px 0px #00E6F6;
  outline: transparent;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

.button-49:after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  
  content: 'ALTERNATE TEXT';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0);
}

.button-49:hover:after {
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }
  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }
  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }
  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }
  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }
  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }
  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }
  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }
  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }
  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}

@media (min-width: 768px) {
  .button-49,
  .button-49:after {
    width: 200px;
    height: 86px;
    line-height: 88px;
  }
}
.hud{
  color: rgb(255, 255, 255);
  font-size: 36px;
  
  text-align: center;
}

.hud #info{
  padding-bottom: 20px;
}

.hud #info #balls{
  color: red;
}

.hud #info #status{
  font-family: 'Bebas Neue';
}