* {
  margin: 0;
  padding: 0;
}


.bg-img { 
    background-image: url(images/mic3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

  }
  .soon {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color:#fff;
    text-align: center;
  }

  h1 {
    font-size: 60px;
    font-family: 'Segoe UI', sans-serif;
    letter-spacing: 15px;
    
  }

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

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

