* {
  margin:0;
  padding:0;
}

body {
  font-family: 'Fraunces', serif;
  background:#F2F3F4;
  color:#17202A;
  font-size: 1.2rem;
  line-height: 1.44rem;
  font-weight: 300;
}

.wrapper {
  width:95%;
  max-width: 600px;
  margin: 2rem auto;
}

.wrapper.wide {
  max-width: 800px;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 3.6rem;
  text-align: center;
}

.rdls {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 900;
  margin: 2.2rem 0;
}

ol {
  margin: 1.44rem 0;
  padding-left: 1.5rem;
}

form {
  margin: 1.44rem 0;
}

form > div {
  margin: 1.44rem 0;
}

ol li {
  margin-bottom: .72rem;
  padding-left: 0.5rem;
}

a:link,
a:visited {
  color: #17202a;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: .2rem;
  text-decoration-color: #17202a;
  text-decoration-thickness: from-font;
  transition: all .2s ease-in-out;
}

a:hover,
a:active {
  color: coral;
  transition: all .2s ease-in-out;
}

a.btn:link,
a.btn:visited,
button.btn {
  background: lightseagreen;
  color: #fff;
  display:inline-block;
  appearance: none;
  text-decoration:none;
  padding: 5px 10px;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  text-transform:uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Fraunces';
}

a.btn:hover,
a.btn:active,
button.btn:hover {
  background: lightslategray;
  transition: all .2s ease-in-out;
}

input[type="text"],
input[type="url"] {
  font-size: 1.2rem;
  line-height: 2.2rem;
  height: 2.2rem;
  padding: 0 0.5rem;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
  font-family: 'Fraunces';
  color:#17202a;
}

.centered {
  text-align: center;
}