* {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 100 1000;
  src: url(/fonts/OpenSans-VariableFont_wdth\,wght.ttf) format("truetype"); }

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: OpenSans; }

main {
  width: 100%;
  max-width: 880px;
  padding: 80px 25px 0;
  display: flex;
  flex-direction: column; }

time {
  padding-bottom: 70px;
  text-align: center;
  font-size: 14px;
  font-weight: medium; }

h1 {
  padding-bottom: 200px;
  font-size: 64px;
  font-weight: medium;
  text-align: center; }

article h2 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: medium; }

article p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 1.25rem; }

article p:last {
  margin-bottom: 0; }

article hr {
  border: 0;
  border-top: 3px solid darkcyan;
  margin: 4rem 12rem; }
