* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #292828;
  font-size: 12px;
  overflow-x: hidden;
}

#consent_form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #292828;
}

#consent_form #form {
  display: grid;
  gap: 16px;
  padding: 20px;
  width: 100%;
  background-color: #090032;
  font-size: 2.5rem;
  color: #c8c8c8;
  -webkit-box-shadow: 1px 8px 12px 0 #000;
  box-shadow: 1px 8px 12px 0 #000;
}

#consent_form #form #intro_video {
  position: relative;
  height: 400px;
  margin-top: 90px;
  overflow: hidden;
}

#consent_form #form #intro_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#consent_form #form h3#consent_title {
  margin: 0 auto;
  text-align: center;
}

#consent_form #form p {
  font-size: 1.75rem;
  line-height: 1.5;
}

#consent_form #form label {
  font-size: 2rem;
}

#consent_form #form input[type=text], #consent_form #form input[type=number] {
  width: 30%;
  padding: 10px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

#consent_form #form input[type=number] {
  width: 10%;
}

#consent_form #form input[type=submit] {
  position: relative;
  padding: 10px;
  width: max-content;
  justify-self: anchor-center;
  cursor: pointer;
}

#consent_form #form input[type=text]:focus, #consent_form #form input:focus[type=number], #consent_form #form input[type=submit]:focus {
  background-color: #ddd;
  outline: none;
}

#about_wrapper {
  -webkit-transform: transform(-50%, 50%);
  transform: transform(-50%, 50%);
  top: 0;
  width: 50%;
  height: 50%;
  background-color: white;
}

h2#countdown, #timer {
  color: #c8c8c8;
  font-size: 2.75rem;
}

#timer {
  top: 10%;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

#nav ul {
  position: relative;
}

#nav ul .vis {
  display: block;
  padding: 2.5rem;
  font-size: 2rem;
  color: #c8c8c8;
  border: none;
  cursor: pointer;
}

#nav ul .vis:hover {
  transition: 0.5s;
  background-color: rgb(100, 100, 200);
}

.warning {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  border: 2px solid #f39389;
  border-radius: 2px;
  background-color: #fbd8d4;
  color: #3b3c40;
  font-size: 1.25rem;
}

#stats {
  position: fixed;
  padding: 20px;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 200px;
  background-color: black;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#stats h3 {
  position: relative;
  margin-top: 90px;
  font-size: 2rem;
  color: #c8c8c8;
}

#stats #gender, #stats #age, #stats #aggressiveness, #stats #suspiciousness, #stats #passiveness {
  position: relative;
  font-size: 1.75rem;
  color: #8A8EFF;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.wrapper h2 {
  visibility: visible;
  margin: 0 auto;
  color: #c8c8c8;
  font-weight: 2rem;
  font-size: 5rem;
}

.preview {
  position: relative;
  bottom: 0;
  margin-top: 8px;
  padding: 8px;
  font-size: 2rem;
  background-color: #090032;
  color: #c8c8c8;
  border-radius: 2px;
  cursor: pointer;
}

#risk {
  bottom: 0;
  text-align: center;
  font-size: 1.75rem;
  background-color: #8A8EFF;
  color: black;
  border-radius: 4px;
}

img#logo {
  width: 200px;
}

.one_img {
  position: absolute;
  right: 0 !important;
  bottom: 0 !important;
  width: 200px;
}



/*# sourceMappingURL=styles.css.map */
