
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.web-page {
  width: 368px;
  margin-top: 164px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 20px 16px;
  box-shadow: 8px 8px 20px 0px rgba(85,85,85,0.08);
  font-family: Sora;
  border-radius: 16px 20px;
}

.header {
  height: 152px;
  margin-bottom: 16px;
}

.design {
  width: fit-content;
  padding: 6px 16px;
  color: #7C19EE;
  background-color: #F2EAFD;
  border-radius: 16px;
  font-size: 10px;
  margin-bottom: 16px;
}

.content h1 {
  font-size: 18px;
  margin-bottom: 6px;
}

.content p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #394150;
}

.footer {
  height: 30px;
  border-top: solid 1px;
  border-color: #E5EAF0;
  font-size: 12px;
  color: #394150;
  display: flex; flex-direction: column; justify-content: flex-end;
}