body {
  background-image: url("../assets/background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

 }
header{
  font-size: 30pt;
  text-align: center;
  color: black;
  
}
h1{
  font-size: 30pt;
  text-align: center;
  color: black;
}

th{
  font-size: 16pt;
}

tr{
  width: 100%;
}

h2{
  margin-top: 0;
  margin-bottom: 5px;
  
}

td{
  background-color: white;
  height: 60px;
  border-radius: 25px;
}

.addedRow td{
  font-size: 14pt;
  text-overflow: ellipsis;
  
  overflow-x: scroll;
}
p{
  position: absolute;
  font-size: 14pt;
  font-weight: 300;
  color: #063fb1;
  
}

.gamescreen{
  
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  border: 2px solid blue;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;

}

#guesses{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.SetImage{
   filter: blur(1rem); 
}

.answerTable{
  
  text-align: center;
  width: 100%;
  border-spacing: 5px;
  table-layout: fixed;
}

.selection{
  
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  
  margin-left: auto;
  margin-right: auto;
}

.ChooseSet{
  font-size: 20pt;
  height: 40px;
  width: 80%;
}
.Logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#subButton{
  position: absolute;
  font-size: 14pt;
  height: 46px;
  width: 114px;
  color: white;
  display: inline-block;
  font-weight: 1000;
  background-color: blue;
  border: none;
}
#guessesLeft{
  text-align: center;
}

.backButton{

  border: none;
  background-color: transparent;
  font-size: 18pt;
  font-weight: 1000;
  color: black;
  text-shadow: -1px -1px 0 lightblue, 1px -1px 0 lightblue, -1px 1px 0 lightblue, 1px 1px 0 white;
}
.wrapper{
    display: flex;
  justify-content: center;
}
h2{
  margin-top: 3%;
  font-size: 18pt;
  text-align: center;
  color: black;
}
.end{
  margin-top: 3%;
  display: flex;
  font-size: 0;
  justify-content: center;
}

#backB{
  margin-right:16px;
}
#swB{
  margin-right:16px
}


@media (max-width: 700px){
 
  .Logo{
  width: 100%;
}


th{
  font-size: 12pt;
}

tr{
  width: 100%;
}

h2{
  margin-top: 0;
  margin-bottom: 5px;
  
}

td{
  background-color: white;
  height: 60px;
  border-radius: 25px;
}

.addedRow td{
  font-size: 12pt;
  text-overflow: ellipsis;
  
  overflow-x: scroll;
}
p{
  position: absolute;
  font-size: 14pt;
  font-weight: 300;
  color: #063fb1;
  
}

.gamescreen{
  
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 600px;
  border: 2px solid blue;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 5%;

}

#guesses{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  
}

.SetImage{
   filter: blur(1rem); 
   background-color: white;
}

.answerTable{
  
  text-align: center;
  width: 100%;
  border-spacing: 5px;
  table-layout: fixed;
  margin-bottom: 5%;
}

.selection{
  
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}

.ChooseSet{
  font-size: 16pt;
  height: 40px;
  width: 70%;
}
#subButton{
  
  font-size: 14pt;
  height: 46px;
  width:25%;
  color: white;
  display: inline-block;
  font-weight: 500;
  background-color: blue;
  border: none;
}
#guessesLeft{
  text-align: center;
}

.backButton{

  border: none;
  background-color: transparent;
  font-size: 18pt;
  font-weight: 1000;
  color: black;
  text-shadow: -1px -1px 0 lightblue, 1px -1px 0 lightblue, -1px 1px 0 lightblue, 1px 1px 0 white;
}
.wrapper{
    display: flex;
  justify-content: center;
}
h2{
  margin-top: 3%;
  font-size: 18pt;
  text-align: center;
  color: black;
}
.end{
  margin-top: 3%;
  display: flex;
  font-size: 0;
  justify-content: center;
}

#backB{
  margin-right:16px;
}
#swB{
  margin-right:16px
}


}