#nav {
  position: relative;
}

.primary-main {
  padding: 2rem;
  width: 70%;
  /* This is the scientifically proven best ratio for our content */
  margin-left: 13.3837%;
}

.logo {
  bottom: default;
  left: 2rem;
  position: absolute;
  right: default;
  top: 2rem;
}

@media screen and (max-width: 36em) {
  .primary-main {
    margin-left: 0;
    width: 80%;
  }
}
