*{
    margin:0;
    padding:0;
}
html{
    scroll-behavior: smooth;
}
.front{
    min-height:100vh;
}


.front{
    
    color:white;
}
.front{
    background-image:url(bg.jpg);
    background-size: cover;
}
.heading{
    text-align:center;
    font-size:4rem;
    padding-top:20vh;
    margin-bottom:2rem;
} 
.heading p{
    font-size:1.2rem;
}

 
#check-link {
    margin-top:2rem;
    margin-left:45vw;
    padding:0.5rem;
    color:white;
    font-weight:bolder;
    border:2px solid #BE185D;
    font-size:1.2rem;
    border-radius: 0.5rem;
    background-color:#BE185D;
    cursor:pointer;
    text-decoration: none;
    
} 
#main-section{
    min-height:70vh;
    

}
.container{
    margin:30vh auto;
    text-align:center;
    
    max-width:70vw;

}
.content{
    font-size:2rem;
    font-weight:bold;
}
button{
    display:block;
    margin:2rem auto;

    padding:0.5rem;
    color:white;
    font-weight:bolder;
    border:2px solid #BE185D;
    font-size:1.2rem;
    border-radius: 0.5rem;
    background-color:#BE185D;
    cursor:pointer;

}
input{
    display:block;
    margin:2rem auto;
    
}
#paln-date{
    padding:0.5rem;
}

#wait-img{
    height:300px;
    width:400px;
    display:none;
}

.output{
    font-size:1.5rem;
    color:#BE185D;  
    font-weight: bold;
}



