html, body {
  height: 100%;
}

body, main, address, span, code {
  display: flex;
}

h1, h2 {
  font-family: sans-serif;
}

h1 {
  font-size: 2rem;
  padding-bottom: 0.5rem;
}

body {
  justify-content: center;
  align-items: center;
}

main {
  align-items: center;
  flex-direction: column;
}

address {
  margin-top: 0.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: monospace;
  align-items: center;
}

.contact svg {
  padding-right: 0.3rem;
}

.material-symbols-outlined {
  padding-right: 0.3rem;
}

a {
  text-decoration: none;
}

.gradpuzzle h1 {
  font-size: 5rem;
  padding-bottom: 3rem;
}

.gradpuzzle code {
  font-size: 3rem;
  font-family: monospace;
  word-break: break-all;
  width: 85rem;
}
