html {
  line-height: 1.6;
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #f2f0f2;
  color: #60505f;
  margin: 0 auto;
  padding: 0 10px;
}
h1,
h2 {
  font-weight: 600;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #815e89;
  margin: 0.6em 0;
  padding: 0;
  line-height: 1.2em;
}
h3,
h4,
h5 {
  font-weight: 500;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
p {
  margin: 1.5em 0;
}
a {
  color: #6a3275;
  font-weight: 500;
}
img {
  max-width: 100%;
}
blockquote {
  box-sizing: border-box;
  background-color: #fff;
  margin: 0;
  padding: 0.1em 2em;
  position: relative;
  color: #815e89;
}
blockquote::before {
  content: "\201C";
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 4em;
  line-height: 0.8em;
  color: #e2e0e2;
}
pre,
code {
  background-color: #e2e0e2;
  margin: 0;
  font-weight: 200;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.9em;
  padding: 10px 1.5em;
}
code {
  margin: 0;
  padding: 0;
}
header {
  margin: 0;
  background-color: white;
  padding: 4px 10px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}
header nav {
  float: right;
}
header a {
  display: inline-block;
  padding-right: 5px;
  text-decoration: none;
}
article {
  max-width: 40rem;
  margin: 30px auto 40px auto;
  background-color: white;
  padding: 20px 4vw;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
}
main {
  position: relative;
  text-align: center;
  max-width: 40em;
  margin: 30px auto 40px auto;
  background-color: white;
  padding: 400px 4vw 20px;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
}
footer {
  text-align: center;
  font-size: 0.9em;
  color: #999;
  margin-bottom: 10px;
}
.home-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.social-icons-container {
  text-align: center;
}
.social-icon-container {
  width: 90px;
  padding: 30px;
  display: inline-block;
}
