html, body{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}
body{
  background-color: #070429;
  width: 100%;
  height: 100%;
  color: white;
  font-family: Verdana, sans-serif;
}

header {
  width: 100%;
  height: 15%;
  position: relative;
  margin: 0;
  padding: 0;
}
header ul {
  position: relative;
  list-style: none;
  width: 100%;
  height: 100%;
}
header ul li {
  position: relative;
  color: white;
  display: inline-block;
  height: 100%;
}
header ul .logo img{
  position: relative;
  height: 200px;
  width: 15%;
}

main{
  width: 100%;
  height: 85%;
}

.error_message {
  position: fixed;
  text-align: center;
  margin: auto;
  margin-top: 4%;
  width: 100%;
  color: rgb(199, 11, 11);
}

.not_supposed_to_be_here {
  position: fixed;
  text-align: center;
  margin: auto;
  margin-top: 1%;
  width: 100%;
  color: #9b94f7;
}
.not_supposed_to_be_here a, a:visited {
  color: #cbcbf9;
}

.normal_paragraph {
  position: relative;
  display: contents;
}
.normal_paragraph a, a:visited {
  color: #cbcbf9;
}

.hidden_link, .hidden_link:visited{
  color: #070429;
  position: absolute;
  bottom: 0px;
}

form {
  width: 50%;
  height: 25%;
  margin: auto;
  padding-top: 15%;
}
form input {
  margin: auto;
  width: 33%;
  margin-bottom: 2%;
  display: block;
}

.enigma_form {
  padding: 0;
  text-align: center;
}
.enigma_form input {
  width: 7%;
  min-width: 50px;
  display: inline-block;
  margin-bottom: 0;
}
.enigma_form input.submit {
  margin-top: 10px;
  min-width: 150px;
}

#countdown {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 5em;
  color: #d81313;
}
#success {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 5em;
  color: #1bcc0e;
}
.success {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}
