*{
    margin: 0;
    padding: 0;

}

header{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(bg2.jpeg);
    height:100vh;
    background-position: center;
    background-size:cover;

}

.soon{
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    font-family: 'Dancing Script', cursive;


}

h1{
    font-size: 30px;
    letter-spacing: 10px;
    margin-bottom: 30px;

}

hr{
    width:50%;
    margin: 20px auto;
    border: 1.5px solid #ffff;
    margin-bottom: 0;

}

p{
    font-size: 30px ;
    margin-bottom: 20px;
 }

 backgroudn{

 }
 



