body {
  font-family: 'Inter';
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

.content {
  width: 90%;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.header {
}

.spacer {
  flex: 1;
}

.flex {
  display: flex;
}
