Thank you !
Thanks for email us.
We will reply you very soon.
Go To Home
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
.pTtl{
display:none;
}
.wrapper-1{
width:100%;
height:100vh;
display: flex;
flex-direction: column;
border-radius: 15px;
}
.wrapper-2{
padding :30px;
text-align:center;
}
.thank-you{
font-family: 'Kaushan Script', cursive !important;
font-size:4em;
letter-spacing:3px;
color:#5892FF ;
margin:0 !important;
margin-bottom:20px;
}
@media (min-width:600px){
.content{
max-width:1000px;
margin:0 auto;
}
.wrapper-1{
height: initial;
max-width:620px;
margin:0 auto;
margin-top:50px;
box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
}