#box-1 {
  height: 80vh;
  width: 100%;
  background-image: url(../../assets/img/services/cofecup.jpg);
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

#box-2 {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/services/wedevlop.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  display: table;
  background-attachment: fixed;
}

#box-3 {
  height: 100vh;
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  background-size: contain;
  display: table;
  background-attachment: fixed;
}

h1 {
  font-family: arial black;
  font-size: 50px;
  color: white;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

