body {
  background: #f7f4ef;
  color: #444;
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
  font-size: 14px;
}

.container {
  width: 640px;
  margin: 40px auto;
}

input, textarea {
  width: 100%;
  background: #f7f4ef;
  color: #444;
  border: 1px solid #44444480;
  font-family: inherit;
  font-size: 14px;
}

button {
  margin-top: 10px;
  background: #f7f4ef;
  color: #444;
  border: 1px solid #44444480;
  padding: 4px 10px;
  cursor: pointer;
}

.c {
    border: 1px dashed #cacaca;
    height: auto;
    width: fit-content;
    padding-left: 20px;
    padding-right: 30px;
}

.name {
    color: #37375c;
    font-weight:bolder;
}
.message{
    margin-top: -12px;
    margin-left: 15px;
}