@font-face {
  font-family: 'Jalnan';
  src: url("./assets/Jalnan.ttf");
}

body {
  margin: 0;
}

div {
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: url("./assets/bg.png");
}

.main {
  width: 375px;
  max-height: 815px;
  border: 2px solid #fff;
  border-radius: 12px;
  background: url("./assets/bg.png");
  /*background: url("./assets/stars.png") no-repeat;*/
  background-size: contain;
  color: #fff;
}

.stars {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("./assets/stars.png") no-repeat;
  background-size: contain;
}

.moon {
  width: 70px;
  margin-top: 142px;
}

.bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 12px;
}

.title {
  font-family: 'Jalnan', sans-serif;
  margin-top: 62px;
  font-size: 42px;
  z-index: 99;
}

.sub-title {
  font-family: 'Yeon Sung', cursive;
  margin-top: 20px;
  font-size: 22px;
  z-index: 99;
}

.btn-start {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F47261;
  width: 242px;
  height: 58px;
  border-radius: 29px;
  color: #000;
  cursor: pointer;
  margin-top: 48px;
  font-size: 18px;
  z-index: 99;
  font-family: 'Jalnan', sans-serif;
}