* {
  box-sizing: border-box;
  margin: 0;
  color: rgb(235, 235, 235);
  text-align: center;
}

body {
  background-color: hsl(0deg, 0%, 5%);
  font-size: 1rem;
  line-height: 1.5;
}

.header__container {
  display: flex;
  justify-content: center;
}
.header__container h1 {
  margin-top: -10px;
}

.header__title {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  text-align: center;
}

.header__back {
  margin-block: auto;
  padding-inline: 16px;
}

.header__img {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
}

.jellyimg {
  display: flex;
  margin: auto;
  padding-bottom: 40px;
}
.jellyimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#root {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__container {
  margin-inline: 18px;
  margin-block: 30px;
}

.cross {
  font-family: "Pretendard";
  font-size: 36px;
  font-weight: 600;
  color: rgb(245, 245, 245);
}

.title {
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  padding-block: 14px;
  font-weight: 500;
}

.sub__title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 30px;
}

.text__container {
  max-width: 870px;
  margin-inline: 24px;
  padding-bottom: 120px;
}
.text__container p {
  text-align: left;
}