*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

#root,
#__next {
  isolation: isolate;
}

/* === ==== */
body {
  background-color: black;
  color: #fff;
}

main {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.header_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 40px;
  overflow: hidden;
  overflow-wrap: normal;
}

@media all and (max-width: 600px) {
  .header_01 {
    overflow-wrap: revert;
    font-size: 20px;
  }
}

.p_01 {
  position: absolute;
  top: 54%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 18px;
  transform: rotate(90deg);
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: lighter;
}
@media all and (max-width: 600px) {
  .p_01 {
    font-size: 10px;
  }
}

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