body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00b7ff;
}

button {
  margin-bottom: 10px;
  padding: 0.8rem 1.6rem;
  border-radius: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background: rgb(221, 0, 0);
}

textarea {
  text-indent: 10px;
}
