.logo {
  position: absolute;
  z-index: 4;
  text-align: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px;
}

.bg-image {
  background-image: url('../../assets/img/lawn.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100%;
  -webkit-background-size: cover;
  position: absolute;
  z-index: -4;
  width: 100%;
}

body, html {
  height: 100%;
  margin: 0;
}

