@font-face {
    font-family: "vazir";
    src: url('Vazir-FD.woff');
}
html{
    background-color: #f1f1f1;
    background-image: url(bg1.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
body {
    direction: rtl;
    width:100%;
    max-width: 700px;
    max-height: 500px;
    margin: 0 auto;
    text-align: center;
    font-family: 'vazir';
    padding: 5em;
}
lottie-player{
    width: 100%;
    margin: 0 auto;
}
