* {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: white;
}

a {
  color: inherit;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;

  & p {
    & a {
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }
  }
}
