body {
    background: #111;
    color: #f00;
    font-family: Consolas, Courier, monospace;
    font-size: 14px;
    text-shadow: 0 0 15px #411;
    
  }

.login {
  font-size: 25px;
}

.h{
  position: absolute;
  overflow: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
  padding: 10px;
  text-align: center;
  background-color: #111;
  border: 2px solid rgb(166, 255, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  z-index: 90;
}

.base_textbox{
  border: none;
  border-bottom: 2px solid #f00;
  background: #111;
  color: rgb(166, 255, 0);
  text-shadow: 0 0 15px rgb(123, 255, 0);
  font-family: Consolas, Courier, monospace;
  font-size: 25px;
  width: 300px;
  text-align: center;
}

.response_textbox{
  border: none;
  background: #111;
  border-bottom: 2px solid #f00;
  color: rgb(166, 255, 0);
  text-shadow: 0 0 15px rgb(123, 255, 0);
  font-family: Consolas, Courier, monospace;
  font-size: 20px;
  width: 400px;
  text-align: center;
}

.center_page{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 700px;
  text-align: center;
}

.center_start_page{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 800px;
  text-align: center;
}

.base_button{

  color: rgb(166, 255, 0); /* Text color */
  background-color: transparent; /* Remove background color */
  border: 2px solid #f00; /* Border thickness, line style, and color */
  border-radius: 0px; /* Adds curve to border corners */
  text-transform: uppercase; /* Make letters uppercase */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  cursor: pointer;

}

.base_little_button{

  color: rgb(166, 255, 0); /* Text color */
  background-color: transparent; /* Remove background color */
  border: 2px solid #f00; /* Border thickness, line style, and color */
  border-radius: 0px; /* Adds curve to border corners */
  text-transform: uppercase; /* Make letters uppercase */
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  cursor: pointer;

}

.base_button:hover {
  text-shadow: 0 0 15px rgb(123, 255, 0);
}

.footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid #f00;
  color: rgb(166, 255, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  background: #111;
}

.hr{
  position: relative;
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid #f00;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Challenge{
  font-size: 20px;
  color: rgb(166, 255, 0);
  text-decoration: none;
  padding: 10px;
}

.fakeScreen {
  width: 100%;
  background: rgb(32, 32, 32);
}


p {
  position: relative;
  left: 50%;
  margin-left: -12em;
  text-align: left;
  font-size: 1.25em;
  font-family: monospace;
  white-space: normal;
  overflow: hidden;
  width: 0;
}


.line {
  color: rgb(166, 255, 0);
  -webkit-animation: type .0s 0s steps(20, end) forwards;
  -moz-animation: type .0s 0s steps(20, end) forwards;
  -o-animation: type .0s 0s steps(20, end) forwards;
  animation: type .0s 0s steps(20, end) forwards;
  font-size: 20px;
}

.line1 {
  color: #fff;
  -webkit-animation: type .5s 1s steps(0, end) forwards;
  -moz-animation: type .5s 1s steps(20, end) forwards;
  -o-animation: type .5s 1s steps(20, end) forwards;
  animation: type .5s 1s steps(20, end) forwards;
  font-size: 20px;
}

.cursor1 {
  -webkit-animation: blink 1s 2s infinite forwards;
  -moz-animation: blink 1s 2s infinite forwards;
  -o-animation: blink 1s 2s infinite forwards;
  animation: blink 1s 2s infinite forwards;
  font-size: 20px;
  color: white !important;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes type {
  to {
    width: 30em;
  }
}

@-moz-keyframes type {
  to {
    width: 30em;
  }
}

@-o-keyframes type {
  to {
    width: 30em;
  }
}

@keyframes type {
  to {
    width: 30em;
  }
}

table {
  font-size: 20px;
  color: rgb(166, 255, 0);
  width: 500px;
  padding: 6px;
  border: 1px rgb(166, 255, 0) solid;
}

.timer {

  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-right: 20px;

}

#download_data{
  color: rgb(166, 255, 0);
  position: absolute;
  top: 0px;
  right: 50%;
  margin-top: 10px;
  margin-right: -260px;
  display: none;
  cursor: pointer;
}

.download_data_pdf_bis{
  color: rgb(166, 255, 0);
  position: absolute;
  top: 0px;
  right: 50%;
  margin-top: 10px;
  margin-right: -290px;
  display: none;
  cursor: pointer;
}


.table_d {
  font-size: 20px;
  color: rgb(166, 255, 0);
  width: 700px;
  padding: 6px;
  border: 1px rgb(166, 255, 0) solid;
}

.table_d_r {
  font-size: 20px;
  color: rgb(166, 255, 0);
  max-width: 98%;
  padding: 0px;
  border: 1px rgb(166, 255, 0) solid;
  border-collapse: collapse;
}

.table_d_r_h {
  font-size: 16px;
  color: rgb(166, 255, 0);
  max-width: 98%;
  min-width: 600px;
  padding: 0px;
  border: 1px rgb(166, 255, 0) solid;
  border-collapse: collapse;
}

.td_d_r {
  border: 1px rgb(166, 255, 0) solid;
  padding: 10px;
  text-align: center;
}

.td_d_r_r {
  border: 1px rgb(166, 255, 0) solid;
  padding: 10px;
  color: #f00;
  text-align: center;
}

