body {
  background-color: lavender;
  font-family: arial, helvetica, verdana, sans-serif;
  margin: 0;
}

header {
  background-image: url(uc.svg);
  background-origin: content-box;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 4em;
  color: navy;
  font-size: 5vw;
  font-weight: bolder;
  padding: 3em 0 2em 2em;
  position: fixed;
  text-indent: 5em;
  z-index: -1;
}
