* {
  box-sizing: border-box;
}

html {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 16.4px;
}

body {
  margin: 0;
}

.page {
  padding: 0.5rem;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

header {
  margin-bottom: 3rem;
}

h1 {
  margin: 0;
  font-weight: 400;
}

.tagline {
  margin: 0;
  font-size: 2em;
  font-weight: 400;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.projects,
.footnotes,
.remarks,
.contact {
  line-height: 1.48;
}

.footnotes {
  margin-top: 1em;
}

.footnotes li span {
  display: inline-block;
  width: 1.6rem;
}

.remarks p,
.contact p,
footer p {
  margin: 0;
  line-height: 1.48;
}

.remarks {
  margin-top: 1em;
}

.contact {
  margin-top: 4rem;
}

footer {
  margin-top: auto;
  padding-top: 4rem;
}

a:visited {
  color: rgb(0, 0, 238);
}

sup {
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(-20%);
}
