/* Base Styles Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: serif;
  line-height: 1.3;
  font-size: 14px;
  padding: 1rem;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

/* Custom Styles */

body {
  max-width: 1000px;
  margin: 0 auto;
}

main {
  padding-bottom: 5rem;
}

figure {
  margin-bottom: 5rem;
}

figcaption {
  text-align: center;
  margin-top: 0.5rem;
}

h2,
h1 {
  margin: 1rem 0;
  text-align: center;
  font-weight: normal;
  color: rgb(49, 49, 49);
}

p {
  margin: 1.5rem 0;
}

#tombstone {
  text-align: center;
}

.bold {
  font-weight: bold;
}

#body-copy,
#slvcep-about {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
