* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #f2f2f2;
}

hr {
  border: none;
  margin: 1em 0;
  height: 1px;
  background-color: #333;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: Helvetica, Verdana, "Segoe UI", Roboto, Arial, sans-serif;
  padding: 0.5em 0;
}

.wrapper {
  padding: 2em;
}

textarea {
  margin-top: 0.5em;

  min-width: 70%;
  min-height: 5em;

  border-radius: 5px;
  border: 1px solid grey;
}

textarea:active {
  border-color:#3273dc;
  box-shadow: 0 0 0 1px rgba(50,115,220,.25);
}

.text-container {
  max-width: 90%;

  font-family: Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 16px;
  line-height: 1.8;

  text-shadow: 0 1px 0 #ffffff;
  text-align: left;
}

.text-container p {
  padding-top: 1em;
}
