* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

body{
  background-image: url("assets/snolbooklogo5.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 20%;
  background-blend-mode: lighten;
  background-attachment: fixed;
  background-size: 70% auto;
  padding: 30px;
}


