@font-face {
  font-family: "OSCrackerB";
  src: url("assets/fonts/OSCrackerA-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-display: swap;
}

.main {
  padding: 5vh;
  width: 500px;
  margin: 10vh auto;
  text-align: center;
}

::selection {
  background: rgb(222, 132, 255);
  color: rgb(94, 255, 0);
}

.title {
  color: rgb(94, 255, 0);
  padding-bottom: 20px;
  font-family: "OSCrackerB", sans-serif;
  font-size: 28px;
  text-shadow: 0 0 15px rgb(222, 132, 255);
}

.ptext {
  font-family: "Pretendard", sans-serif;
  padding-bottom: 15px;
  font-size: 15px;
  letter-spacing: -0.1px;
  word-spacing: -0.05px;
  line-height: 1.4;
  color: rgb(53, 53, 53);
}

.enterButton {
  font-family: "Pretendard", sans-serif;
  background-color: rgb(53, 53, 53);
  color: DarkGray;
  font-size: 14px;
}

.enterButton:hover {
  color: rgb(94, 255, 0);
  background-color: rgb(222, 132, 255);
}

.detailText {
  font-family: "Pretendard", sans-serif;
  padding-bottom: 15px;
  font-size: 13.5px;
  letter-spacing: -0.1px;
  word-spacing: -0.05px;
  line-height: 1.4;
  color: rgb(53, 53, 53);
}

.paragraph {
  padding-bottom: 10px;
}
