body {
  background-image: linear-gradient(to right, #cdffd8, #94b9ff);
  background-size: cover;
  
 }
 h1{
  
  text-align: center;
  font-size: 40pt;
  font-weight: 1000;
  margin-right: auto;
 }
  h2{
    
  margin: 0;
  text-align: center;
  font-size: 20pt;
 }
 h3{
  text-align: center;
  font-size: 20pt;
  margin-top: 0;
 }

 .container{
  
  margin-top: 10px;
  height: 600px;
  width: 100%;
  
  overflow-y: hidden;
  white-space: nowrap; 
  overflow-x: scroll;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  scrollbar-width: thin;
  scrollbar-color: black white;

 }

 .Button-Group{
  margin-top: 10px;
  display: inline-block;
  align-items: center;
  height: 600px;
  width: 500px;
  
  margin-left: 3%;

 }

 .Button-Group button{
  
  height: 80%;
  width: 100%;
  border: none;
  text-align:center;
  font-size: 25pt;
  justify-content: center;
  margin-bottom: 10%;
  
 }
 

 #dark-Knight{
  background-image: url("../assets/please.png");
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 100px;
  background-position: center;


 }
  #EMH{
  background-image: url("../assets/spider.png");
    background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 100px;

 }
#Galaxy{
  background-image: url("../assets/sky.png");
  background-size: cover;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 100px;

 }
   #Creator{
  background-image: url("../assets/dino.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }

 #Ninjago{
  background-image: url("../assets/green.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }

  #VG{
  background-image: url("../assets/zombieeee.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }

   #Castle{
  background-image: url("../assets/wizard.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }
 #SiteLogo{
  width: 10%;
  height: 10%;
  
 }

.header{
  display: flex;
   margin-bottom: 0;
}
.timer{
  margin: 0;
}
span{
  display: block;
    height: 100%;
    color: Black;
    text-align: center;
    font-weight: bolder;
    font-size: 20pt;
    
    
}
.tooltip{
   position:fixed;

bottom:20px;

right:20px;

z-index:1000;

width:100px;

height:100px;

}


#popup{
  background-image: url("../assets/toolTip.png");
background-position: center;
background-size: cover;
width: 100px;
height: 100px;
background-color: transparent;
}
#modal {
  display: none;
  width: 300px;
  height: 100px;
  border: 1px solid #CCC;
  background: #EEE;
}

#modal:target {
  display: block;
}

.scoreSheet{
  display: flex;
  justify-content: space-between;
  text-align: center;

  padding-left: 14%;
  padding-right: 14%;
}


@media (max-width: 700px){
  body{
    background-image: linear-gradient(to right, #cdffd8, #94b9ff);
  }
  h1{
  
  text-align: center;
  font-size: 20pt;
  font-weight: 500;
  margin-right: auto;
 }
  h2{
    
  margin: 0;
  text-align: center;
  font-size: 15pt;
 }
.container{
  
  height: 300px;
  width: 100%;
  overflow-y: hidden;
  white-space: nowrap; 
  overflow-x: scroll;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  
  scrollbar-color: black white;
  
  
 

 }
  .Button-Group{
  display: inline-block;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 110px;
  margin-left: 3%;
  
 }

 .Button-Group button{
  margin-bottom: 30%;
  height: 80%;
  width: 100%;
  border: none;
  text-align:center;
  font-size: 16pt;
  margin-top: 4%;
  
 }


 #dark-Knight{
  background-image: url("../assets/please.png");
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 80px;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;

 }

   #EMH{
  background-image: url("../assets/spider.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 80px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
 }

 #Galaxy{
  background-image: url("../assets/sky.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }
  #Creator{
  background-image: url("../assets/guy.png");
  
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }

  #Ninjago{
  background-image: url("../assets/green.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }

   #VG{
  background-image: url("../assets/zombieeee.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }

 #Castle{
  background-image: url("../assets/wizard.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 130px;

  margin-left: auto;
  margin-right: auto;
 }

  #SiteLogo{
  width: 25%;
  height: 25%;
 }

 .header{
  display: flex;
   margin-bottom: 10%;
}
.timer{
  margin-top: 3%;
  margin-bottom: 3%;
}
span{
  display: grid;
    width: 100%;
    color: Black;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    
}
.tooltip{
  position:fixed;

bottom:5px;

right:5px;

width:50px;

height:50px;


}
#privacy{
  font-size: 14pt;
}
#popup{
  background-image: url("../assets/toolTip.png");
background-position: center;
background-size: cover;
width: 50px;
height: 50px;
background-color: transparent;

}
#popupBox {
  border: 1px solid black;
  width: 80%;
  margin-top: 120px;
  position: relative;
  background-color: white;
  padding: 2%;
}
h3{
  font-size: 14pt;
  margin-top: 0;
}

.scoreSheet{
  display: flex;
  justify-content: space-between;
  text-align: center;

  padding-left: 10%;
  padding-right: 10%;
}


}