* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.full-image {
  height: 100vh;
  width: 100vw;
  background: url("assets/images/coming-soon.png") no-repeat center center/cover;
}
