body {
    background-image: url("images/cinematic-style-mall.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
    
  }
  h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 70px;
    padding-top: 20%;
}
#comingText {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(10px);
    transition: all 1.5s ease-out;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }