*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
}

button {
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

input[type="password"]::-ms-reveal {
  display: none;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 50px 0;
  /*-webkit-font-smoothing: antialiased;*/
  /*background-color: #f6f2ef;*/
  background-color: rgba(252, 250, 248, 1);
}

main {
  background-color: white;
  border-radius: 12px;
  width: 800px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.1),
    0 10px 30px #f3ece8;
}

footer {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
  opacity: 0.5;
  font-size: 0.8rem;
}

footer a {
  color: black;
}

h2 {
  margin-top: 2rem;
}

h3 {
  margin-top: 1.5rem;
}

hr {
  border-bottom: solid 1px #e2e8f0;
}

.footnotes {
  margin-top: 2rem;
}

img {
  max-width: 80%;
}
