html, body {
  font-family: 'Noto Sans KR', sans-serif;
  /* padding: 2rem; */
  background: #f9f9f9;
  margin: 0;
  padding: 0;
  overflow: hidden;  /* 스크롤 안 생기게 */
  height: 100%;
  width: 100%;
}

canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}


#renderCanvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  /* position: relative !important;
  z-index: 0 !important; */
}


h1, h2 {
  color: #444;
}

form {
  margin-bottom: 2rem;
}

input[type="text"] {
  padding: 0.5rem;
  margin: 0.2rem;
}

button {
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

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

/* 
#nickname-ui {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: rgba(0,0,0,0.85) !important;
  z-index: 999999 !important;
} */
