html {
  background-image: url("titlebar.svg");
  background-repeat: no-repeat;
  background-position: 10px 3ex;
  background-attachment: fixed;
}

body {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 480px) {
  html { background-image: none }
  body { padding-left: inherit; padding-right: inherit }
}
