:root {
  max-width: 100vw;
  background: #222;
  color: #f6f6f6;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

main {
  max-width: 480px;
  padding: 1rem;
}

a {
  color: #97fce4;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #97fce4;
  border-radius: 0.2rem;
  background: #222;
  padding: 0.2rem 0.8rem;
}

code {
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  margin: 1rem 0;
}

.cta {
  display: block;
  margin: 1rem auto;
  font-size: 1.5rem;
}

.hex {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  font-size: 0.6em;
  display: block;
  color: #97fce4;
}
