/* CP Logo */

@media (min-width: 850px) {
  #mainContainer::before {
    content: url('/img/cp.svg');
    position: absolute;
    left: 2em;
    top: 2em;
    width: 8em;
    z-index: 1;
  }
}
