.home-box {
  position: relative;
  height: 650px;
  background-color: rgb(228, 101, 22);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 50;
}

.home-box-pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/mangoes.png);
  opacity: 10%;
  z-index: 10;
}

.greeting {
  padding: 200px;
  text-align: center;
}

.greeting-text {
  color: black;
  font-size: 30px;
}

.name {
  font-family: 'CooperHewittMedium';
  display: inline-block;
  width: 100%;
  font-size: 180%;
}