* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../img/background.svg) center center repeat, url(../img/photo.jpeg) center center no-repeat;
  background-size: 640px, cover;
  background-blend-mode: hard-light;
  min-height: 100vh;
}

img {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=master.css.map */