#all_info{
    margin-top: 7%;
}
p,
h1,
h2{
    font-family: 'Poppins', sans-serif;
    margin: 2%;
}

h2{
    margin-top: 5%;
}

.hello{
    position: fixed;
    z-index: -1;
}

.h1-header{
    color: aliceblue;
}

.H2-header{
    color: rgb(162, 255, 255);
}

.p-para{
    color: rgb(0, 190, 190);
}

.p-para{
    text-justify: inter-word;
}
body{
    background-image: url(../Booking/successBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}