body {
  margin: 0;
  height: 100vh;
  /* background-image: url('w4g.jpg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.image-container {
  position: relative;
  display: inline-block;
}

.centered-text {
  z-index: 1;
  width: 100%;
}

.centered-text.company-name {
  font-family: 'Roboto', sans-serif;
  font-size: 120px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  text-decoration: none;
}

.centered-text.email-address {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  text-decoration: none;
}

