body {
	font-family: Arial, Helvetica, sans-serif;
}

.toast {
    opacity: 1 !important;
}

h1 {
 text-align: center;
}

h2 {
 text-align: center;
}

h4 {
 text-align: center;
}

h6 {
 text-align: center;
}

#game-board {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#stats-board {
  display: flex;
  align-items: center;
  flex-direction: column;
}


#score-board {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.letter-row-score {
  display: flex;
}

.row-stats {
  display: flex;
}

.letter-row-spacer {
  display: flex;
}


.letter-box {
  border: 2px solid #104210;
  border-radius: 3px;
  margin: 2px;
  font-size: 2.5rem;
  font-color: black;
  font-weight: 700;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: grey;
	font-family: "Times New Roman", Times, serif;
}

.letter-box-daily {
  border: 2px dashed #104210;
  border-radius: 5px;
  margin: 2px;
  font-color: black;
  font-size: 2rem;
  font-weight: 500;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: grey;
  	font-family: "Times New Roman", Times, serif;
}

.letter-box-score {
  border: 0px solid #104210;
  border-radius: 30px;
  margin: 2px;
  font-color: black;
  font-size: 2.5rem;
  font-weight: 700;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.letter-box-total {
  border: 2px solid green;
  border-radius: 30px;
  margin: 2px;
  font-color: black;
  font-size: 2.5rem;
  font-weight: 700;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.guesses-box {
  border: 0px solid black;
  border-radius: 30px;
  margin: 2px;
  font-color: black;
  font-size: 2rem;
  font-weight: 700;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.guesses-box-daily {
  border: 0px dashed brown;
  border-radius: 30px;
  margin: 2px;
  font-color: black;
  font-size: 1.5rem;
  font-weight: 500;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.arrow-box {
  border: 0px solid black;
  border-radius: 3px;
  margin: 1px;
  font-size: 2rem;
  font-weight: 700;
  height: 3rem;
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.arrow-box-daily {
  border: 0px dashed brown;
  border-radius: 3px;
  margin: 1px;
  font-color: black;
  font-size: 1.5rem;
  font-weight: 500;
  height: 3rem;
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.guesses-box-scores {
  border: 0px solid black;
  border-radius: 1px;
  margin: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.guesses-box-alltime {
  border: 0px solid red;
  border-radius: 30px;
  margin: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.guesses-box-comparison {
  border: 1px solid orange;
  border-radius: 1px;
  margin: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 1rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}


.letter-box-totals-headings {
  border: 1px solid white;
  border-radius: 3px;
  margin: 0px;
  font-size: 0.6rem;
  font-weight: 700;
  height: 0.75rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  object-fit: contain;
}

.box-stats-1 {
  border: 1px solid #104210;
  border-radius: 2px;
  margin: 0px;
  font-size: 1rem;
  font-weight: 500;
  height: 1.1rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #81B622;
}
.box-stats-2 {
  border: 1px solid #104210;
  border-radius: 2px;
  margin: 0px;
  font-size: 1rem;
  font-weight: 500;
  height: 1.1rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #ECF87F;
}


.filled-box {
  border: 2px solid black;
}

.letter-row {
  display: flex;
}

.letter-row-gap {
  display: flex;
}

#keyboard-cont {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#keyboard-cont div {
  display: flex;
}

.second-row {
  margin: 0.5rem 0;
}

.keyboard-button {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.6rem;
  margin: 0 2px;
  cursor: pointer;
  text-transform: uppercase;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
/* The Modal Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.btnstyle2{
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 3px;
    border-color: #FFFFFF;
    border: none;
}