* {
  margin: 0;
  padding: 0;
}

.coming-soon {
  background-size: cover;
  min-height: 100vh;
  position: relative;
  color: white;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}

.image-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
}

.color-overlay {
  position: absolute;
  width: 100%;
  height: 35%;
}

.sticky-footer-copy a {
  font-size: 1.5rem;
  text-decoration: none;
  color: black;
  text-shadow: none;
}

.sticky-footer-copy a:hover {
  color: white;
}

.sticky-footer-copy {
  font-size: 1.5rem;
  color: black;
  text-shadow: none;
}
