#content {
  width: 100%;
  padding: 24px 16px;
}
#content h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  line-height: 28px;
  margin-bottom: 16px;
}
#content input {
  width: 100%;
  height: 52px;
  background: #121212;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  border: none;
  margin-bottom: 16px;
  text-indent: 1em;
}
#content textarea {
  width: 100%;
  height: 120px;
  background: #121212;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#content button {
  width: 100%;
  height: 52px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  font-family: m;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
}
