.text-shadow {
  text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.font-size-100 {
  font-size: 6rem;
}

.phonebox {
  width: 90rem;
  /* height: 70rem !important; */
}

.mt-10 {
  margin-top: 10rem !important;
}

.smiling-height {
  height: 40rem !important;
}

.smiling-pic {
  width: 35rem !important;
  height: 44rem !important;
}

@media screen and (max-width: 768px) {
  .font-size-100 {
    font-size: 3.25rem;
  }

  .smiling-height {
    height: auto;
  }

  .smiling-pics {
    width: 15rem;
  }
}
