@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
}
@font-face {
  font-family: "HakgyoansimPuzzleTTF-Outline";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimPuzzleTTF-Outline.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Pretendard-Regular";
  background-color: #121212;
  color: white;
}

.logo {
  font-family: HakgyoansimPuzzleTTF-Outline;
}
.navbar {
  background-color: black;
}
.carousel-item img {
  height: 500px;
  object-fit: cover;
}

#box p {
  white-space: pre-wrap;
}

.testForm {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
