#main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  font-family: Helvetica, sans-serif;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
}
#main p {
  max-width: 400px;
}

a {
  text-decoration: none;
  color: var(--accent);
}

h1 {
  color: var(--text_highlight);
}
