*,
*::after,
*::before {
  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;
}

.topad__container {
  display: flex;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.topad__container img {
  width: 800px;
}

.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;
}

.header__container {
  display: flex;
}
.header__container h1 {
  margin-top: -10px;
  font-family: "Times New Roman", Times, serif;
}

.title {
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  padding-block: 24px;
  padding-bottom: 30px;
}

.text {
  display: flex;
  font-family: "Pretendard";
  padding-inline: 36px;
  align-items: center;
  margin: auto;
  max-width: 860px;
  justify-content: center;
}

.donation__box {
  font-family: "Pretendard";
  margin-block: 36px;
}

p {
  font-size: 18px;
  font-weight: 600;
  padding-block: 12px;
}

button {
  background-color: rgb(54, 52, 86);
  border-radius: 90px;
  border-style: none;
}
button p1 {
  margin-block: 10px;
  margin-inline: 6px;
}

.profile {
  margin: auto;
  width: 280px;
  height: auto;
}
.profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents {
  margin: auto;
  width: 260px;
  text-align: left;
  padding-block: 12px;
}

.money {
  padding-top: 4px;
  text-align: left;
  font-size: 14px;
  color: rgb(150, 150, 150);
}

input {
  color: rgb(48, 48, 48);
  border-radius: 4px;
}