body {
  font-family: 'Playfair Display', serif;
  background-image: url("./dot-grid.png");
  background-repeat: repeat;
  color: #373838;
}

h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  color: #1484a3;
}

p {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 1.1rem;
}

textarea {
  width: 90%;
  min-height: 125px;
  border: 2px solid #1484a3;
  border-radius: 6px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-size: 0.95rem;
  line-height: 1.3rem;
  padding: 10px;
  margin: 20px 0 -5px 0;
  color: #373838;
  box-sizing: border-box;
}

.content {
  max-width: 800px;
  margin: 0 auto;
}

.smol {
  font-size: 0.7rem;
  margin-top: 50px;
  text-align: right;
}

a {
  color: #1484a3;
}

button {
  border-radius: 6px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 1rem;
  padding: 8px 20px;
  margin: 15px 0;
  background-color: #1484a3;
  color: white;
  border: 0px solid white;
}

.copy {
  font-size: 0.9rem;
  padding: 5px 15px;
  font-weight: 300;
}

@media only screen and (max-width: 800px) {

  body {
    padding: 10px;
  }

  h2 {
    margin-top: 0;
  }

}
