.text-display{
  color: #a09797 !important;
}
.pdtop20{
  padding-top: 20px;
}
.pdlt20{
  padding-left: 20px;
}
.pdrt20{
  padding-right: 20px;
}
.infohead{
  background: white;
  border-radius: 35px;
}
h2{
  font-size: 2rem;
}
.bold{
  font-weight: bold;
}
.limitbox{
  color: #52575d;
}
.yellow{
  color: #ffd369 !important;
}
.correct{
  color: #29bb89;
}
.wrong{
  color: #e84545;
  text-decoration: underline;
}
.current{
  color: #000000;
  font-weight: bold;
/*  color: #eeeeee;*/
}
.center{
  text-align: center;
}
.if{
  display: inline-flex;
}

#heading{
  align-self: left;
  margin-top: 0px;
  font-size: 1.50rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.limits-box{
  text-align: right;
  margin: 0 35px 0 0 ;
  font-size: 15px;
}

.stats{
  margin: 10px auto 20px auto;
}

.details{
  font-size: 6rem;
}
.stat-block{
  padding: 0 30px;
  min-width: 250px;
}

@media(max-width: 600px){
  .details{
    font-size: 5rem;
  }
  .stat-block{
    min-width: 0;
  }
}

.stat-name{
  font-size: 2rem;
  position: relative;
  top: 45px;
  right: 20px;
}

.text-display{
  margin: 20px 100px 20px 100px;
  font-size: 21px;
  text-align: left;
  min-height: 200px;
  text-align: justify;
}

.current1{
/*  border-left: 3px solid transparent;*/
border-left: 3px solid red;
}
input:focus, textarea:focus, select:focus, a:focus{
  outline: 0 ;
}
a:focus,a:hover{
  color: #ffd369;
  text-decoration: none;
}

footer{
  padding: 20px;
  font-size: 15px;
}

.restart-button{
  padding: 10px;
}

/*textarea{
  background: #212121;
  border: solid, #52575d;
  border-width: 2px;
  border-radius: 10px;
  color: #eeeeee;
  padding: 10px;
  font-size: 1.2rem;
  resize: none;
  text-align: center;
  margin-bottom: 15px;
}*/

.container-fluid .text-input {
    opacity: 0;
    z-index: -999;
    position: absolute;
}
.choicebtn{
  text-align: center;
    background: #a9a2a2;
    border-radius: 35px;
}

/*model*/
.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 450px;
  padding: 1.3rem;
  min-height: 250px;
  position: absolute;
  top: 20%;
  right: 10%;
  bottom: unset;
  left: unset;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.modal .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.modal p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.btn-open {
  position: absolute;
/*  bottom: 150px;*/
}

.btn-close {
  transform: translate(10px, -20px);
  padding: 0.5rem 0.7rem;
  background: #eee;
  border-radius: 50%;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
}
.hidden {
  display: none;
}
/*end model*/