/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.date {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: -1em;
  opacity: 0.7;
  font-size: clamp(0.8em, 2vw, 1.2em);
}

.mandem {
  min-width: 40%;
  width: 50em;
  max-width: 90%;
  position: relative;
}
.mandem img {
  width: 100%;
}
.mandem * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mandem .person {
  cursor: pointer;
  color: white;
  background-color: rgba(0, 0, 0, 0.267);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 0.8em;
  font-size: clamp(0.7em, 2vw, 1.2em);
  position: absolute;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
.mandem .p1 {
  top: 48%;
  left: 20%;
}
.mandem .p2 {
  top: 40%;
  left: 48%;
}
.mandem .p3 {
  top: 35%;
  left: 79%;
}

body {
  background-color: black;
  color: white;
  text-transform: uppercase;
}

main {
  padding-block: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2em;
}

.others {
  position: fixed;
  top: 1em;
  left: 50%;
  opacity: 0.5;
  transform: translateX(-50%);
  font-size: 1.4em;
  background-color: rgba(0, 0, 0, 0.4666666667);
  padding: 0.2em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(0.8em, 2vw, 1.2em);
  text-align: center;
}

.theting {
  max-width: 80%;
  word-wrap: break-word;
}

.txt {
  margin-block: 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: clamp(2.5em, 5vw, 4em);
  text-align: center;
  font-weight: 400;
}

.blur {
  background-color: rgba(0, 0, 0, 0.432);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: opacity 0.4s ease-in-out;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.blur.show {
  opacity: 1;
  pointer-events: all;
}

* {
  box-sizing: border-box !important;
}

.input {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  background-color: rgb(51, 51, 51);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 1em;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  row-gap: 1em;
}
.input.show {
  opacity: 1;
  pointer-events: all;
}
.input__buttons {
  display: flex;
  margin-left: auto;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.input__buttons button {
  background-color: rgb(82, 82, 82);
  color: white;
  font-size: 1em;
  padding: 0.6em 1em;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s;
}
.input__buttons button:hover {
  background-color: rgb(116, 116, 116);
}
.input .ctt {
  text-transform: uppercase;
  background-color: black;
  border: none;
  outline: none;
  color: white;
  font-size: clamp(1em, 6vw, 6em);
  padding: 0.3em;
  height: 100%;
  width: 100%;
  position: relative;
}

.about {
  position: fixed;
  bottom: 0;
  font-size: clamp(2em, 3vw, 3em);
  color: grey;
  padding: 1rem;
  right: 0;
  width: -moz-max-content;
  width: max-content;
}

.info {
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(51, 51, 51);
  padding: 1em 1.5em;
  font-size: clamp(1em, 2vw, 1.5em);
  max-width: 90vw;
  width: 40em;
  text-transform: none;
  border-radius: 1em;
}
.info.show {
  opacity: 1;
  pointer-events: all;
}
.info * {
  margin-block: 0.4em;
}
.info h2 {
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
}
.info p {
  line-height: 1.4em;
}/*# sourceMappingURL=main.css.map */