body {
  font-family: 'Lucida Sans', sans-serif;
  background-color: var(--bg);

  color: var(--col7);

  font-size: 1.5em;
}

.main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;

  height: 100vh;

  color: var(--text);
}

.main > div {
  /* width: 35%; */
}

.content {
  max-width: 700px;

  line-height: 35px;
}
