@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

body{
    background-color: rgb(133, 252, 252);
    font-family: "Vazirmatn", sans-serif;
   
  
}

.updating-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 98vh;
}

.updating-img{
    background-image: url(./back-img.png);
    width: 20rem;
    height: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

@media screen and ( max-width: 500px) {
    h1{
        font-size: 1.2rem;
        font-weight: 900;
    }

    p{
        font-size: 0.8rem;
    }
}