body {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('https://images.unsplash.com/photo-1610123598195-eea6b6be4c48?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80')
      no-repeat center center fixed;
  background-size: cover;
}
.vh-home-calc {
  height: calc(100vh - 220px);
  min-height: 500px;
}

.main-paragraph,
h1 {
  font-size: 64px;
  line-height: calc(1em + 0.75rem);
  font-weight: 600;
  letter-spacing: 0.2rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--white);
  text-shadow: 0 0.5rem 0.1rem rgba(0, 0, 0, 0.2);
  text-align: center;
}
h1 {
  -webkit-text-fill-color: var(--white);
  margin-bottom: 3rem;
}
