@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
body {
  margin: 0;
  font-family: 'Fira Sans';
}

.wrapper {
  display: grid;
  grid-template-rows: 100vh;
  grid-template-columns: repeat(1fr, 1fr);
}

.wrapper .image {
  background: url("qualitystreet.jpg") no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}
