body {
  font-family:
    "Inter",
    "Pretendard",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  padding: 50px 20px 150px 20px;
}

.content img {
  width: 180px;
}

.content h1 {
  font-size: 32px;
  font-weight: bold;
  padding-top: 45px;
  margin: 0;
}
.content span {
  font-size: 18px;
  margin-top: 20px;
}

.content p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* Permission page */
.permission-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 400px;
  padding: 50px 30px 0; */
}

.permission-wrapper img {
  width: 120px;
}

.permission-title {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 0px;
  padding: 0;
}

.permission-intro {
  font-size: 14px;
  color: #666;
  line-height: 1.625;
  margin-bottom: 34px;
  text-align: center;
}

.permission-box {
  width: 70%;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.permission-item {
  display: flex;
  justify-content: center;
}

.permission-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  padding-bottom: 5px;
  text-align: center;
}

.permission-item-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  text-align: center;
}
