body {
  background-color: #ff4c68;
}

h1 {
  text-align: center;
  color: #fff;
  padding: 3%;
}

textarea {
  background-color: #f6eec9;
  overflow-y: scroll;
  resize: none;
  margin-bottom: 50px;
  /* Remove this if you want the user to resize the textarea */
}
.tnc-button {
  position: relative;
  left: 30%;
}
