* {
  margin: 0;
  padding: 0;

}
.logoup {
  top: 0;
  left: 16px;
  position: absolute;
}
.bg-img {
  background-image: url(images/background.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -20;
}



  .soon {
    top: 77%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color:#fff;
    text-align: center;
  }
  
  h1 {
    font-size: 77px;
    font-family: 'Segoe UI', sans-serif;
    letter-spacing: 15px;
    
  }

  hr {
    width: 100%;
    margin: auto;
    border: 1.5px solid #fff;
  }

  p {
    font-size: 25px;
    font-family: 'Segoe UI', sans-serif;
    
  }
  

