
body {
  background: white;
  color: #333;
  margin-top: 50px;
  font-family: Helvetica, sans-serif;
}

th, td {
  padding: 0;
  font-size: 48px;
  text-align: left;
}

h1 {
  font-family: Helvetica;
  font-size: 96px;
  color: white;
  }

.topform {
    position:absolute;
    top:0%;
    left:0%;
    width:100%;  
    background-color: white;
    height:10%;   
    margin: auto; 
    z-index: 50;
}

.upperMiddleForm {
  display: none;
  position:absolute;
  top:15%;
  left:0%;
  width:100%;  
  background-color: white;
  height:40%;   
  margin: auto; 
  z-index: 20;
}

.lowerMiddleForm {
  display: none;
  position:absolute;
  top:60%;
  left:0%;
  width:100%;  
  background-color: white;
  height:40%;   
  margin: auto; 
  z-index: 20;
}

.bottomForm {
  display: block;
  position:absolute;
  top:90%;
  left:0%;
  width:100%;  
  background-color: white;
  height:10%;   
  margin: auto; 
  z-index: 20;
}

.popupForm {
  display: block;
  position:absolute;
  border: 1px solid black;
  top:20%;
  left:5%;
  width:90%;  
  background-color: white;
  height:75%;   
  margin: auto; 
  z-index: 30;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  50% { transform: translateX(2px); }
  75% { transform: translateX(-2px); }
  100% { transform: translateX(0); }
}

.shake { animation: shake 0.2s ease-in-out;}

.playerCheckbox {
  /* Set the background color */
  background-color: white;

  /* Change border style */
  border: 2px solid black;

  /* Customize the checkbox size */
  width: 100px;
  height: 50px;
  padding: 14px 28px;
  font-size: 72px;
  font-family: "Helvetica";
  text-align: center;
  /* Optionally, add some padding */
  padding: 5px;

  /* Modify the appearance when it's checked */
  &:checked {
      background-color: red; /* Change color when checked */
      border-color: darkred;
  }
}

.largeButton {
  border-radius: 25px;
  border-style: solid;
  border-color:black;
  margin: auto;
  display: block;
  border: 5px solid black;
  background-color:white;
  color: red;
  padding: 14px 28px;
  font-size: 48px;
  font-family: "Helvetica";
  cursor: pointer;
  box-shadow: 0 6px #b34700;
  text-align: center;
  z-index: 25;
}

.largeButton:active {
  background-color: white;
  box-shadow: 0 2px #b34700;
  transform: translateY(4px);
}

.veryLargeButton {
  border-radius: 25px;
  border-style: solid;
  border-color:black;
  margin: auto;
  display: block;
  border: 5px solid black;
  background-color:white;
  color: red;
  padding: 28px 36px;
  font-size: 84px;
  font-family: "Helvetica";
  box-shadow: 0 6px #b34700;
  cursor: pointer;
  text-align: center;
  z-index: 25;
}
.button1 {width: 450px;}
.button2 {width: 700px;}

.veryLargeButton:active {
  background-color: white;
  box-shadow: 0 2px #b34700;
  transform: translateY(8px);
}

.numberInput {
  border-radius: 25px;
  border-style: solid;
  border-color:black;
  margin: auto;
  display: block;
  border: 5px solid black;
  background-color:white;
  color: red;
  padding: 14px 28px;
  font-size: 96px;
  font-family: "Helvetica";
  cursor: pointer;
  width: 35%;
  text-align: center;
  z-index: 25;
}
.instructions-header {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}

.instructions-subheader {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 15px;
}

.instructions-text {
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  max-width: 900px;
  margin: 10px;
}

@media (max-width: 600px) {
  .instructions-header {
      font-size: 1.3em;
  }

  .instructions-subheader {
      font-size: 1.1em;
  }

  .instructions-text {
      font-size: 0.9em;
      padding: 0 10px;
  }
}

.smallText {
  display: block;
  color: black;
  font-size: 24px;
  font-family: "Helvetica";
  padding: 20px 50px;
  text-align: center;
  z-index: 10;
  margin: auto;
}

.transactionText {
  display: block;
  color: black;
  font-size: 72px;
  font-family: "Helvetica";
  padding: 20px 50px;
  text-align: center;
  z-index: 10;
  margin: auto;
}

.playerDataText {
  display: block;
  color: black;
  font-size: 48px;
  font-family: "Helvetica";
  padding: 20px 50px;
  text-align: center;
  z-index: 10;
  margin: auto;
}

.genreText {
  display: block;
  font-size: 72px;
  padding: 50px 50px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.mediumText {
  border-radius: 25px;
  display: block;
  color: black;
  font-size: 48px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.largeText {
  border-radius: 25px;
  display: block;
  color: black;
  font-size: 64px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.veryLargeText {
  border-radius: 25px;
  display: block;
  color: black;
  font-size: 84px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.largeBlackText {
  border-radius: 25px;
  display: block;
  color: black;
  font-size: 72px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.largeRedText {
  border-radius: 25px;
  display: block;
  color: red;
  font-size: 72px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.moneyText {
  border-radius: 25px;
  display: block;
  color: red;
  font-size: 72px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.veryLargeRedText {
  border-radius: 25px;
  display: block;
  color: red;
  font-size: 128px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.headerText {
  border-radius: 25px;
  display: block;
  background-color: white;
  color: black;
  font-size: 72px;
  padding: 14px 28px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.errorText {
  border-radius: 25px;
  display: block;
  background-color: white;
  color: red;
  font-size: 64px;
  font-family: "Helvetica";
  text-align: center;
  z-index: 10;
  margin: auto;
}

.titleText{
	color: red;
  background: white;
  padding: 14px 28px;
	font-size: 72px;
  border: 5px solid black;
  height: auto;
  margin:auto;
  text-align: center;
  border-radius: 25px;
}